App is an application to study streamlit framework in this case (covid-19 analysis for Colombia). I use a open data provided by ins.gov.co.
Reference https://towardsdatascience.com/streamlit-101-an-in-depth-introduction-fc8aad9492f2
You need Pandas, Streamlit, Plotly that's all.
pip install pandas
pip install plotly
pip install streamlit
https://hh-covid-col.herokuapp.com/
No Api.
Pull requests are welcome.
Within the download you'll find the following directories and files.
covid-col-streamlit/
├── app.py
├── covid-col-streamlit.ipynb
├── example_code_reference.py
├── Procfile
├── README.md
├── dataset
│ ├── covid-01-06-2020.csv {just in case api from gov doesn't work}
│ ├── departamentos_geocode_lat_lon.csv
├── requirements.txt