Skip to content

Commit 5b0ed2f

Browse files
committed
remove contact links from main page
1 parent 76a5a76 commit 5b0ed2f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/penn_chime/presentation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ def display_header(st, p):
4949
)
5050
st.markdown(
5151
"""*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/). For questions and comments please see our
53-
[contact page](http://predictivehealthcare.pennmedicine.org/contact/). Code can be found on [Github](https://github.com/CodeForPhilly/chime).
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).
5453
Join our [Slack channel](https://codeforphilly.org/chat?channel=covid19-chime-penn) if you would like to get involved!*"""
5554
)
5655

0 commit comments

Comments
 (0)