Skip to content

Commit 0517d47

Browse files
Merge branch 'develop' into pip_installation_scripts
2 parents 1fcad7d + 452df4e commit 0517d47

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/penn_chime/presentation.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,22 @@ def display_header(st, m, p):
3535
st.markdown(
3636
"""
3737
<link rel="stylesheet" href="https://www1.pennmedicine.org/styles/shared/penn-medicine-header.css">
38-
3938
<div class="penn-medicine-header__content">
4039
<a href="https://www.pennmedicine.org" class="penn-medicine-header__logo"
4140
title="Go to the Penn Medicine home page">Penn Medicine</a>
42-
<a id="title" class="penn-medicine-header__title">Penn Medicine - COVID-19 Hospital Impact Model for Epidemics</a>
41+
<a id="title" class="penn-medicine-header__title">COVID-19 Hospital Impact Model for Epidemics (CHIME)</a>
4342
</div>
4443
""",
4544
unsafe_allow_html=True,
4645
)
46+
st.markdown(
47+
"""[Documentation](https://code-for-philly.gitbook.io/chime/) | [Github](https://github.com/CodeForPhilly/chime/) | [Slack](https://codeforphilly.org/chat?channel=covid19-chime-penn)"""
48+
)
4749
st.markdown(
4850
"""**IMPORTANT NOTICE**: Admissions and Census calculations were previously **undercounting**. Please update your reports generated before """ + p.change_date() + """. See more about changes [here](https://github.com/CodeForPhilly/chime/labels/models)."""
4951
)
5052
st.markdown(
51-
"""*This tool was developed by the [Predictive Healthcare team](http://predictivehealthcare.pennmedicine.org/) at
52-
Penn Medicine. For questions on how to use this tool see the [User docs](https://code-for-philly.gitbook.io/chime/). Code can be found on [Github](https://github.com/CodeForPhilly/chime).
53-
Join our [Slack channel](https://codeforphilly.org/chat?channel=covid19-chime-penn) if you would like to get involved!*"""
53+
"""*This tool was developed by the [Predictive Healthcare team](http://predictivehealthcare.pennmedicine.org/) at [Penn Medicine](https://www.pennmedicine.org) 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 data inputs in the left pane, or read the [User Documentation](https://code-for-philly.gitbook.io/chime/) to learn more.*"""
5454
)
5555

5656
st.markdown(

0 commit comments

Comments
 (0)