shukdevdatta123 commited on
Commit
ddf1fe2
·
verified ·
1 Parent(s): e8c9ac3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ if uploaded_file is not None:
106
  st.write(topic)
107
 
108
  # Button to download results as a PDF
109
- if st.button("Download Summary as PDF"):
110
  pdf_path = create_pdf(summary, topic, uploaded_file.name)
111
  st.download_button(
112
  label="Download Summary PDF",
 
106
  st.write(topic)
107
 
108
  # Button to download results as a PDF
109
+ if st.button("Get the Summary PDF"):
110
  pdf_path = create_pdf(summary, topic, uploaded_file.name)
111
  st.download_button(
112
  label="Download Summary PDF",