KeshavRa commited on
Commit
66a64b7
·
verified ·
1 Parent(s): e7dc910

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -110,9 +110,9 @@ if st.session_state.error != "":
110
  st.error(st.session_state.error)
111
 
112
  if st.session_state.success != None:
113
- st.success("Download the CSV below / Click reset to upload more PDFs")
114
  st.download_button(
115
- label="Download Q/A pairs as CSV",
116
  data=st.session_state.success,
117
  file_name='questions_answers.csv',
118
  mime='text/csv',
 
110
  st.error(st.session_state.error)
111
 
112
  if st.session_state.success != None:
113
+ st.success("Success! Download the Q/A pairs below / Click reset to upload more PDFs")
114
  st.download_button(
115
+ label="Download CSV",
116
  data=st.session_state.success,
117
  file_name='questions_answers.csv',
118
  mime='text/csv',