tensorkelechi commited on
Commit
fee9d85
·
verified ·
1 Parent(s): af03842

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -109,8 +109,8 @@ if st.button('Summarize pdf content'):
109
  st.success('PDF page summarized :)', icon="✅")
110
 
111
 
112
- if st.button('Generate pdf download link'):
113
- download_button = st.download_button(label='Download summary PDF', data=pdf_summary, file_name='summary.pdf', mime='application/pdf')
114
 
115
 
116
 
 
109
  st.success('PDF page summarized :)', icon="✅")
110
 
111
 
112
+ # if st.button('Generate pdf download link'):
113
+ # download_button = st.download_button(label='Download summary PDF', data=pdf_summary, file_name='summary.pdf', mime='application/pdf')
114
 
115
 
116