Demo application using Streamlit. See:
- Streamlit Homepage: https://www.streamlit.io/
- Deployment: https://blog.streamlit.io/introducing-streamlit-sharing/
Deployed App: https://share.streamlit.io/keckelt/streamlit-demo/main
Run Locally:
conda create --name streamlit-demo python=3.8
conda activate streamlit-demo
python -m pip install -r requirements.txt
streamlit run streamlit_app.py