Skip to content

auhcheng/streamlit-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

streamlit-tutorial

Hands-on tutorial of Streamlit

Fork this repository and clone it locally. It's important to fork so that we can deploy your app to the web later.

Create an environment with:

python3 -m venv .venv
source ./.venv/bin/activate
pip install -r requirements.txt

Start running the app locally with:

streamlit run app.py

Deploy your app by pasting your GitHub repo URL at https://share.streamlit.io/

About

Hands-on tutorial of Streamlit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages