Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 688 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 688 Bytes

Covid19 Indian DashBoard

Application's link: https://covid19-india-dashboard.herokuapp.com/

This is a covid19 Indian Dashboard which was written in streamlit.

Currently it's features are:

  • Trend of Total/Daily cases in India(Confirmed, Active, Recovered, Deceased)
  • A Histogram of active cases across india on a particular date

Due to the change in API I have updated the app, the below demo is not the current one.

Demo

demo

Problems which I have faced

  • If your streamlit library's version is 0.57+, then your bokeh library's version must be 2.0.0 else, you cannot see any bokeh plot in the dashboard.