Skip to content

zd123/streamlit-test-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building Web Apps with Streamlit.io

You need to install two new libraries...

  • pip install streamlit

Materials

Link to app that we will be reviewing in class.

Set up a virtual environment to test your app out locally.

Navigate to the folder you want to build your app in. Then run the following.

Very important..., when you are adding these code files to your github repo, do not add the env folder at all. This is for local use only and will only slow down everything.

mkdir env

python3 -m venv env/

source env/bin/activate

pip install -r requirements.txt

Resources

  1. Streamlit Offical Gallery and Tutorials

  2. Streamlit how to deploy your App.

  3. Awesome student, Alex Chen, Example Apps

  4. Streamlit Cheat-Sheet

  5. Installable cool 3rd party components for streamlit.

  6. Cool pycaret examples.

  7. More cool pycared tutorials

About

streamlit-test-app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published