Covid-19_EDA.Streamlit.mp4
This app is based on the covid-19 data from India of year 2020 and the data is downloaded from kaggle.
- Streamlit’s open-source app framework is a breeze to get started with. It’s just a matter of:
pip install streamlit
streamlit hello
pip install pandas
pip install plotly
streamlit run Covid-19_EDA.py