Skip to content

Commit 1765f9e

Browse files
jlubkenecsmyth
andauthored
Update Average Hospital Length of Stay text
Co-Authored-By: ecsmyth <[email protected]>
1 parent 15cda7d commit 1765f9e

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
@@ -198,7 +198,7 @@ def display_sidebar(st, d: Parameters) -> Parameters:
198198
)
199199
hospitalized_days_input = NumberInput(
200200
st_obj,
201-
"Hospital Length of Stay",
201+
"Average Hospital Length of Stay (days)",
202202
min_value=0,
203203
value=d.hospitalized.days,
204204
step=1,

0 commit comments

Comments
 (0)