Creating an easy to use covid-19 tracker with streamlit.
This streamlit web app serves to track covid-19 around the world. Enter the country you want to learn about and it will return the current status of covid-19 in that country.
To run this app from the command line, be sure to use the following notation:
streamlit run covid19_tracking.py
(can substitute .py file with whatever you choose to call the file)
Be sure to download necessary packages first using:
pip install -r requirements.txt
And run the app in the environment you used to download streamlit.