This is a Coronavirus dashboard made with Python and the Streamlit framework, as a personal project.
Data regarding Greece are provided by the Coronavirus Greek API,
while Global Data are provided by the Johns Hopkins University
and the Esri API.
You can visit the site here! https://maniatisni-covid-dashboard.herokuapp.com/
Note to self:
If I want to change something,
go to the project folder,
git add .
or git add <file.py>
git commit -m "message"
git push heroku master