Update app.py
Browse files
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("
|
| 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",
|