Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -292,7 +292,9 @@ if (summ_text is not None) or ('summ_text' in st.session_state):
|
|
292 |
|
293 |
html_content = create_pdf_from_markdown_strings(st.session_state.summ_text)
|
294 |
pdf_file = generate_pdf(html_content)
|
295 |
-
|
|
|
|
|
296 |
# Provide download link
|
297 |
st.download_button(
|
298 |
label="Download PDF",
|
|
|
292 |
|
293 |
html_content = create_pdf_from_markdown_strings(st.session_state.summ_text)
|
294 |
pdf_file = generate_pdf(html_content)
|
295 |
+
|
296 |
+
st.write("\n\n\n")
|
297 |
+
|
298 |
# Provide download link
|
299 |
st.download_button(
|
300 |
label="Download PDF",
|