Skip to content

Latest commit

 

History

History
 
 

Readme.md

Streamlit App

Covid-19 EDA and Visualization App

Libraries Used

  • Streamlit

  • Streamlit’s open-source app framework is a breeze to get started with. It’s just a matter of:
    pip install streamlit
  • To check if its installed

    streamlit hello
  • Pandas

    pip install pandas
  • Plotly

    pip install plotly

Run the script

    streamlit run Covid-19_EDA.py