KeshavRa commited on
Commit
fe779b3
·
verified ·
1 Parent(s): e697bbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -185,7 +185,7 @@ if selected_app == "2) Create CSVs":
185
  st.write("1. Upload your PDFs here")
186
  with st.expander("Explain"):
187
  st.write("You can upload more than one PDF at a time, but don't do too many at once.")
188
- uploaded_files = st.file_uploader(type="pdf", accept_multiple_files=True)
189
  st.divider()
190
 
191
  st.write("2. Provide instructions for how questions should be generated.")
 
185
  st.write("1. Upload your PDFs here")
186
  with st.expander("Explain"):
187
  st.write("You can upload more than one PDF at a time, but don't do too many at once.")
188
+ uploaded_files = st.file_uploader("", type="pdf", accept_multiple_files=True)
189
  st.divider()
190
 
191
  st.write("2. Provide instructions for how questions should be generated.")