KeshavRa commited on
Commit
8235bba
·
verified ·
1 Parent(s): 3709e55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -171,7 +171,7 @@ if selected_app == "2) Create CSVs":
171
  st.download_button(
172
  label=f"Download CSV: length = {st.session_state.success[1]}",
173
  data=st.session_state.success[0],
174
- file_name=f'{st.session_state.sucess[1]}_questions_answers.csv',
175
  mime='text/csv',
176
  )
177
  if st.button('Reset'):
@@ -200,7 +200,8 @@ if selected_app == "2) Create CSVs":
200
  """)
201
  st.write("If you're a nonprofit in need of funding, reach out to me at [email protected] to request a key.")
202
  st.divider()
203
-
 
204
  submit = st.button("Submit")
205
  if submit:
206
  st.session_state.submit = True
 
171
  st.download_button(
172
  label=f"Download CSV: length = {st.session_state.success[1]}",
173
  data=st.session_state.success[0],
174
+ file_name=f'{st.session_state.success[1]}_questions_answers.csv',
175
  mime='text/csv',
176
  )
177
  if st.button('Reset'):
 
200
  """)
201
  st.write("If you're a nonprofit in need of funding, reach out to me at [email protected] to request a key.")
202
  st.divider()
203
+
204
+ st.write('Caution: may take a while to load')
205
  submit = st.button("Submit")
206
  if submit:
207
  st.session_state.submit = True