Skip to content

Commit 1b6c4c7

Browse files
committed
Remove commented code
1 parent 7b94d36 commit 1b6c4c7

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/penn_chime/view/st_app.py

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

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-
# )
9383
st.markdown(
9484
i18n.t("app-PPE-documentation").format(
9585
link_to_docs="{docs_url}/ppe-calculator".format(docs_url=DOCS_URL),
9686
),
97-
unsafe_allow_html=True,
87+
unsafe_allow_html=True
9888
)
9989

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

0 commit comments

Comments
 (0)