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 34e8509 commit 7b94d36Copy full SHA for 7b94d36
src/penn_chime/view/st_app.py
@@ -80,17 +80,21 @@ def main():
80
df=m.ppe_df,
81
)
82
83
- if st.checkbox(i18n.t("app-PPE-screenshot")):
84
- st.image(
85
- image=ppe.screenshot,
86
- width=600,
87
- format='JPEG',
88
- )
+ #if st.checkbox(i18n.t("app-PPE-screenshot")):
+ # st.markdown(
+ # "<img src=\"{screenshot}\" width=\"600\" />".format(screenshot=ppe.screenshot),
+ # unsafe_allow_html=True,
+ # )
+ # 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
),
- unsafe_allow_html=True
97
+ unsafe_allow_html=True,
98
99
100
st.subheader(i18n.t("app-SIR-title"))
0 commit comments