Skip to content

Commit 15cda7d

Browse files
jlubkenecsmyth
andauthored
Update Average Days in ICU text
Co-Authored-By: ecsmyth <[email protected]>
1 parent 2a3e980 commit 15cda7d

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
@@ -206,7 +206,7 @@ def display_sidebar(st, d: Parameters) -> Parameters:
206206
)
207207
icu_days_input = NumberInput(
208208
st_obj,
209-
"Days in ICU",
209+
"Average Days in ICU",
210210
min_value=0,
211211
value=d.icu.days,
212212
step=1,

0 commit comments

Comments
 (0)