Skip to content

Commit fc4b9bd

Browse files
authored
Update default value
4 Hospitalizations at our hospitals (HUP, PMC, PAH, CCH)
1 parent bc7465d commit fc4b9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"Currently Known Regional Infections", value=known_infections, step=10, format="%i"
2626
)
2727
current_hosp = st.sidebar.number_input(
28-
"Currently Hospitalized COVID-19 Patients", value=2, step=1, format="%i"
28+
"Currently Hospitalized COVID-19 Patients", value=4, step=1, format="%i"
2929
)
3030
doubling_time = st.sidebar.number_input(
3131
"Doubling Time (days)", value=6, step=1, format="%i"

0 commit comments

Comments
 (0)