Skip to content

Commit 3c7929e

Browse files
committed
Correct header text
1 parent 95f6fc5 commit 3c7929e

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
title: "CHIME: COVID-19 Hospital Impact Model for Epidemics"
2-
description: "*This tool was developed by the [Predictive Healthcare team](http://predictivehealthcare.pennmedicine.org/) at Penn Medicine to assist hospitals and public health officials with hospital capacity planning, but can be used anywhere in the world. Customize it for your region by modifying inputs in the left pane, or read the [User Documentation](https://code-for-philly.gitbook.io/chime/) to learn more.*"
2+
description: "
3+
**Notice**: *There is a high degree of uncertainty about the details of COVID-19 infection, transmission, and the effectiveness of social distancing measures. Long-term projections made using this simplified model of outbreak progression should be treated with extreme caution.*\n
4+
5+
This tool was developed by [Predictive Healthcare](http://predictivehealthcare.pennmedicine.org/) at Penn Medicine to assist hospitals and public health officials with hospital capacity planning. Please read [How to Use CHIME](https://code-for-philly.gitbook.io/chime/) to customize inputs for your region."

src/penn_chime/presentation.py

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,17 @@ def display_header(st, m, p):
5151
""",
5252
unsafe_allow_html=True,
5353
)
54-
st.markdown(
55-
"""[Documentation]({docs_url}) | [Github](https://github.com/CodeForPhilly/chime/) |
56-
[Slack](https://codeforphilly.org/chat?channel=covid19-chime-penn)""".format(
57-
docs_url=DOCS_URL
58-
)
59-
)
60-
st.markdown(
61-
"""*This tool was developed by the [Predictive Healthcare team](http://predictivehealthcare.pennmedicine.org/) at
62-
Penn Medicine to assist hospitals and public health officials with hospital capacity planning.*"""
63-
)
6454
st.markdown(
6555
"""**Notice**: *There is a high
66-
degree of uncertainty about the details of COVID-19 infection, transmission, and the effectiveness of social distancing
67-
measures. Long-term projections made using this simplified model of outbreak progression should be treated with extreme caution.*
56+
degree of uncertainty about the details of COVID-19 infection, transmission, and the effectiveness of social distancing
57+
measures. Long-term projections made using this simplified model of outbreak progression should be treated with extreme caution.*
6858
"""
6959
)
60+
st.markdown(
61+
"""
62+
This tool was developed by [Predictive Healthcare](http://predictivehealthcare.pennmedicine.org/) at
63+
Penn Medicine to assist hospitals and public health officials with hospital capacity planning.
64+
Please read [How to Use CHIME]({docs_url}) to customize inputs for your region.""".format(docs_url=DOCS_URL))
7065

7166
st.markdown(
7267
"""The estimated number of currently infected individuals is **{total_infections:.0f}**. This is based on current inputs for

0 commit comments

Comments
 (0)