Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 580 Bytes

File metadata and controls

30 lines (15 loc) · 580 Bytes

epiworldPythonStreamlit

Streamlit webapp for epiworld

If you haven't installed Streamlit:

pip install streamlit

Or:

python3 -m pip install streamlit

If you haven't installed yaml:

python3 -m pip install pyyaml

If Streamlit is installed, open your terminal or command prompt and navigate to the directory containing app.py

To run Streamlit with app:

streamlit run app.py

Launch the App online

Click below to open the live Streamlit application:

https://epiworldpythonapp.streamlit.app/

(If the app is still deploying, it may take a few seconds to load.)