com3dian commited on
Commit
77962b1
·
verified ·
1 Parent(s): 1a74b0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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",