Streamlit webapp for epiworld.
Please install dependencies with a dependency manager capable of reading pyproject.toml files
(most modern solutions will work). For example, with uv:
uv sync
Please note that this step is not required if working in a containerized context.
You may then run with:
uv run -m streamlit run app.py
Click below to open the live Streamlit application, as currently deployed:
https://epiworldpythonapp.streamlit.app/
(If the app is still deploying, it may take a few seconds to load.)
Please follow instructions in your console for loading development versions.