Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 196 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 196 Bytes

streamlit demo

run

make run

Open http://localhost:8501/.

develop

cd app
python -m venv env
source env/bin/activate
pip install -r requirements.txt
streamlit run home.py