File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ def display_sidebar(st, d: Parameters) -> Parameters:
285
285
current_date = current_date_input ()
286
286
287
287
st .sidebar .markdown (
288
- "### Regional Parameters [ℹ]({docs_url}/what-is-chime/parameters#regional -parameters)" .format (
288
+ "### Hospital Parameters [ℹ]({docs_url}/what-is-chime/parameters#hospital -parameters)" .format (
289
289
docs_url = DOCS_URL
290
290
)
291
291
)
@@ -301,7 +301,7 @@ def display_sidebar(st, d: Parameters) -> Parameters:
301
301
)
302
302
303
303
if st .sidebar .checkbox (
304
- "I know the date of the first hospitalized case in the region ."
304
+ "I know the date of the first hospitalized case."
305
305
):
306
306
date_first_hospitalized = date_first_hospitalized_input ()
307
307
doubling_time = None
You can’t perform that action at this time.
0 commit comments