Skip to content

Commit 3fc0334

Browse files
committed
change region size to regional population
1 parent d46a582 commit 3fc0334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/penn_chime/presentation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def display_header(st, m, p):
7070

7171
st.markdown(
7272
"""The estimated number of currently infected individuals is **{total_infections:.0f}**. This is based on current inputs for
73-
Hospitalizations (**{current_hosp}**), Hospitalization rate (**{hosp_rate:.0%}**), Region size (**{S}**),
73+
Hospitalizations (**{current_hosp}**), Hospitalization rate (**{hosp_rate:.0%}**), Regional population (**{S}**),
7474
and Hospital market share (**{market_share:.0%}**).
7575
7676
{infected_population_warning_str}

0 commit comments

Comments
 (0)