com3dian commited on
Commit
181cf6f
·
verified ·
1 Parent(s): b2e85c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,7 +197,7 @@ pdf_file = generate_pdf(html_content)
197
  st.download_button(
198
  label="Download PDF",
199
  data=pdf_file,
200
- file_name="sample.pdf",
201
  mime="application/pdf"
202
  )
203
 
 
197
  st.download_button(
198
  label="Download PDF",
199
  data=pdf_file,
200
+ file_name="slides.pdf",
201
  mime="application/pdf"
202
  )
203