We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7465d commit fc4b9bdCopy full SHA for fc4b9bd
app.py
@@ -25,7 +25,7 @@
25
"Currently Known Regional Infections", value=known_infections, step=10, format="%i"
26
)
27
current_hosp = st.sidebar.number_input(
28
- "Currently Hospitalized COVID-19 Patients", value=2, step=1, format="%i"
+ "Currently Hospitalized COVID-19 Patients", value=4, step=1, format="%i"
29
30
doubling_time = st.sidebar.number_input(
31
"Doubling Time (days)", value=6, step=1, format="%i"
0 commit comments