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
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.)