Skip to content

Commit 7b94d36

Browse files
committed
Remove screenshot
1 parent 34e8509 commit 7b94d36

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

src/penn_chime/view/st_app.py

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,21 @@ def main():
8080
df=m.ppe_df,
8181
)
8282

83-
if st.checkbox(i18n.t("app-PPE-screenshot")):
84-
st.image(
85-
image=ppe.screenshot,
86-
width=600,
87-
format='JPEG',
88-
)
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+
# )
8993
st.markdown(
9094
i18n.t("app-PPE-documentation").format(
9195
link_to_docs="{docs_url}/ppe-calculator".format(docs_url=DOCS_URL),
9296
),
93-
unsafe_allow_html=True
97+
unsafe_allow_html=True,
9498
)
9599

96100
st.subheader(i18n.t("app-SIR-title"))

0 commit comments

Comments
 (0)