Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -176,10 +176,11 @@ if selected_app == "2) Create CSVs":
|
|
176 |
st.rerun()
|
177 |
|
178 |
else:
|
179 |
-
st.write("Upload PDFs
|
180 |
with st.expander("Explain"):
|
181 |
-
st.write("
|
182 |
uploaded_files = st.file_uploader("", type="pdf", accept_multiple_files=True)
|
|
|
183 |
|
184 |
question_protocol = st.text_input("Provide instructions for how questions should be generated", "Write a question based on the text")
|
185 |
answer_protocol = st.text_input("Provide instructions for how answers should be generated", "Write an answer based on the text")
|
|
|
176 |
st.rerun()
|
177 |
|
178 |
else:
|
179 |
+
st.write("1. Upload your PDFs here")
|
180 |
with st.expander("Explain"):
|
181 |
+
st.write("You can upload more than one PDF at a time, but don't do too many at once.")
|
182 |
uploaded_files = st.file_uploader("", type="pdf", accept_multiple_files=True)
|
183 |
+
st.divider()
|
184 |
|
185 |
question_protocol = st.text_input("Provide instructions for how questions should be generated", "Write a question based on the text")
|
186 |
answer_protocol = st.text_input("Provide instructions for how answers should be generated", "Write an answer based on the text")
|