You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
importpandasaspd
2
2
importstreamlitasst
3
3
importnumpyasnp
4
+
importmatplotlib
5
+
matplotlib.use('Agg')
4
6
importmatplotlib.pyplotasplt
5
7
6
8
hide_menu_style="""
@@ -57,7 +59,7 @@
57
59
58
60
st.title("COVID-19 Hospital Impact Model for Epidemics")
59
61
st.markdown(
60
-
"""*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/).* **If you see any error messages please reload the page.**"""
62
+
"""*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/).*"""
0 commit comments