Skip to content

Commit 43814f1

Browse files
author
Corey Chivers
committed
Add disclaimer
1 parent 494a70b commit 43814f1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/penn_chime/presentation.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,12 @@ def display_header(st, m, p):
5858
)
5959
st.markdown(
6060
"""*This tool was developed by the [Predictive Healthcare team](http://predictivehealthcare.pennmedicine.org/) at
61-
Penn Medicine to assist hospitals and public health officials with hospital capacity planning,
62-
but can be used anywhere in the world.
63-
Customize it for your region by modifying data inputs in the left panel.*
61+
Penn Medicine to assist hospitals and public health officials with hospital capacity planning.*"""
62+
)
63+
st.markdown(
64+
"""**Notice**: *There is a high
65+
degree of uncertainty about the details of COVID-19 infection, transmission, and the effectiveness of social distancing
66+
measures. Long-term projections made using this simplified model of outbreak progression should be treated with extreme caution.*
6467
"""
6568
)
6669

0 commit comments

Comments
 (0)