Skip to content

Commit a0e2c6d

Browse files
Modify PPE paramters going into display_download_link
1 parent 122699e commit a0e2c6d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Binary file not shown.

src/penn_chime/view/st_app.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,15 @@ def main():
6868
ppe.display_ppe_download_link(st)
6969
display_download_link(
7070
st,
71-
filename=f"{p.current_date}_projected_census_for_ppe_tool.csv",
71+
p,
72+
filename=f"{p.current_date}_projected_census_for_ppe_calculator.csv",
7273
df=m.ppe_df,
7374
)
75+
7476
if st.checkbox("Show a screenshot of the tool"):
7577
st.image(image=ppe.ppe_folder+'PPE_Screenshot.jpg',
7678
width=600,
77-
format='JPG')
79+
format='JPEG')
7880
st.markdown("""
7981
Refer to our <a href="{link_to_docs}">user documentation for instructions on how to use the tool</a>.
8082
""".format(link_to_docs="https://code-for-philly.gitbook.io/chime/ppe-calculator"),

0 commit comments

Comments
 (0)