Skip to content

Commit ce3ec17

Browse files
authored
Tweak mentions of Penn Medicine
1 parent d9c1f27 commit ce3ec17

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/penn_chime/presentation.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def display_header(st, m, p):
3939
<div class="penn-medicine-header__content">
4040
<a href="https://www.pennmedicine.org" class="penn-medicine-header__logo"
4141
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>
42+
<a id="title" class="penn-medicine-header__title">COVID-19 Hospital Impact Model for Epidemics (CHIME)</a>
4343
</div>
4444
""",
4545
unsafe_allow_html=True,
@@ -48,8 +48,7 @@ def display_header(st, m, p):
4848
"""**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)."""
4949
)
5050
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).
51+
"""*This tool was developed by the [Predictive Healthcare team](http://predictivehealthcare.pennmedicine.org/) at [Penn Medicine](https://www.pennmedicine.org). 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).
5352
Join our [Slack channel](https://codeforphilly.org/chat?channel=covid19-chime-penn) if you would like to get involved!*"""
5453
)
5554

0 commit comments

Comments
 (0)