Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 435 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 435 Bytes

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/