Skip to content

Commit c546cd6

Browse files
authored
Merge pull request #68 from CodeForPhilly/revert-67-add_branding
Revert "Add UPenn logo"
2 parents d6363ae + bfb2334 commit c546cd6

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

app.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,7 @@
8383
doubling_time_t = 1/np.log2(beta*S - gamma +1) # doubling time after distancing
8484

8585
def head():
86-
st.markdown("""
87-
<link rel="stylesheet" href="https://www1.pennmedicine.org/styles/shared/penn-medicine-header.css">
88-
89-
<div class="penn-medicine-header__content">
90-
<a href="https://www.pennmedicine.org" class="penn-medicine-header__logo"
91-
title="Go to the Penn Medicine home page">Penn Medicine</a>
92-
<a href="Penn Medicine - COVID-19 Hospital Impact Model for Epidemics" class="penn-medicine-header__title">Penn Medicine - COVID-19 Hospital Impact Model for Epidemics</a>
93-
</div>
94-
""", unsafe_allow_html=True)
95-
86+
st.title("COVID-19 Hospital Impact Model for Epidemics")
9687
st.markdown(
9788
"""*This tool was developed by the [Predictive Healthcare team](http://predictivehealthcare.pennmedicine.org/) at
9889
Penn Medicine. For questions and comments please see our

0 commit comments

Comments
 (0)