Edit /streamlit_app.py
to customize this app to your heart's desire ❤️
If you have any questions, checkout our documentation and community forums.
- Configure virtual env:
python -m venv venv
- Activate env:
source venv/bin/activate
- Install requirements:
pip install -r requirements.txt
- Run your app on localhost:
streamlit run app.py