Skip to content

Commit 4b47a2f

Browse files
authored
Remove Screenshot
Remove screenshot
2 parents 34e8509 + 1b6c4c7 commit 4b47a2f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/penn_chime/view/st_app.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@ 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-
)
8983
st.markdown(
9084
i18n.t("app-PPE-documentation").format(
9185
link_to_docs="{docs_url}/ppe-calculator".format(docs_url=DOCS_URL),

0 commit comments

Comments
 (0)