Skip to content

Commit

Permalink
Remove Screenshot
Browse files Browse the repository at this point in the history
Remove screenshot
  • Loading branch information
jlubken authored Apr 30, 2020
2 parents 34e8509 + 1b6c4c7 commit 4b47a2f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/penn_chime/view/st_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ def main():
df=m.ppe_df,
)

if st.checkbox(i18n.t("app-PPE-screenshot")):
st.image(
image=ppe.screenshot,
width=600,
format='JPEG',
)
st.markdown(
i18n.t("app-PPE-documentation").format(
link_to_docs="{docs_url}/ppe-calculator".format(docs_url=DOCS_URL),
Expand Down

0 comments on commit 4b47a2f

Please sign in to comment.