Skip to content

Commit 51899a2

Browse files
Update presentation.py
1 parent 17ef24b commit 51899a2

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/penn_chime/presentation.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ 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-
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-
4338
<div class="penn-medicine-header__content">
4439
<a href="https://www.pennmedicine.org" class="penn-medicine-header__logo"
4540
title="Go to the Penn Medicine home page">Penn Medicine</a>
@@ -48,6 +43,9 @@ def display_header(st, m, p):
4843
""",
4944
unsafe_allow_html=True,
5045
)
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+
)
5149
st.markdown(
5250
"""**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)."""
5351
)

0 commit comments

Comments
 (0)