We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b94d36 commit 1b6c4c7Copy full SHA for 1b6c4c7
src/penn_chime/view/st_app.py
@@ -80,21 +80,11 @@ def main():
80
df=m.ppe_df,
81
)
82
83
- #if st.checkbox(i18n.t("app-PPE-screenshot")):
84
- # st.markdown(
85
- # "<img src=\"{screenshot}\" width=\"600\" />".format(screenshot=ppe.screenshot),
86
- # unsafe_allow_html=True,
87
- # )
88
- # st.image(
89
- # image=ppe.screenshot,
90
- # width=600,
91
- # format='JPEG',
92
93
st.markdown(
94
i18n.t("app-PPE-documentation").format(
95
link_to_docs="{docs_url}/ppe-calculator".format(docs_url=DOCS_URL),
96
),
97
- unsafe_allow_html=True,
+ unsafe_allow_html=True
98
99
100
st.subheader(i18n.t("app-SIR-title"))
0 commit comments