Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.")
|