Skip to content

Commit 2e776b3

Browse files
author
Michael Becker
committed
app: Add GitHub and Slack
1 parent 5b5c398 commit 2e776b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@
6060

6161
st.title("COVID-19 Hospital Impact Model for Epidemics")
6262
st.markdown(
63-
"""*This tool was developed by the [Predictive Healthcare team](http://predictivehealthcare.pennmedicine.org/) at Penn Medicine. For questions and comments please see our [contact page](http://predictivehealthcare.pennmedicine.org/contact/).*"""
64-
)
63+
"""*This tool was developed by the [Predictive Healthcare team](http://predictivehealthcare.pennmedicine.org/) at
64+
Penn Medicine. For questions and comments please see our
65+
[contact page](http://predictivehealthcare.pennmedicine.org/contact/). Code can be found on [Github](https://github.com/pennsignals/chime).
66+
Join our [Slack channel](https://codeforphilly.org/chat?channel=covid19-chime-penn) if you would like to get involved!*""")
6567

6668
st.markdown(
6769
"""The estimated number of currently infected individuals is **{total_infections:.0f}**. The **{initial_infections}**

0 commit comments

Comments
 (0)