Skip to content

Commit 6fa0b42

Browse files
authored
Links into header, more instructions in body
1 parent ce3ec17 commit 6fa0b42

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/penn_chime/presentation.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ def display_header(st, m, p):
3636
"""
3737
<link rel="stylesheet" href="https://www1.pennmedicine.org/styles/shared/penn-medicine-header.css">
3838
39+
st.markdown(
40+
"""[Documentation](https://code-for-philly.gitbook.io/chime/) | [Github](https://github.com/CodeForPhilly/chime/) | [Slack](https://codeforphilly.org/chat?channel=covid19-chime-penn)"""
41+
)
42+
3943
<div class="penn-medicine-header__content">
4044
<a href="https://www.pennmedicine.org" class="penn-medicine-header__logo"
4145
title="Go to the Penn Medicine home page">Penn Medicine</a>
@@ -48,8 +52,7 @@ def display_header(st, m, p):
4852
"""**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)."""
4953
)
5054
st.markdown(
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).
52-
Join our [Slack channel](https://codeforphilly.org/chat?channel=covid19-chime-penn) if you would like to get involved!*"""
55+
"""*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.*"""
5356
)
5457

5558
st.markdown(

0 commit comments

Comments
 (0)