Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ if 'success' not in st.session_state:
|
|
127 |
st.session_state.success = None
|
128 |
|
129 |
if selected_app == "1) Scrape PDFs":
|
130 |
-
st.
|
131 |
|
132 |
st.write("1. Go to your organizations webpage")
|
133 |
image = Image.open('Example1.png')
|
@@ -178,6 +178,8 @@ if selected_app == "2) Create CSVs":
|
|
178 |
st.rerun()
|
179 |
|
180 |
else:
|
|
|
|
|
181 |
st.write("1. Upload your PDFs here")
|
182 |
with st.expander("Explain"):
|
183 |
st.write("You can upload more than one PDF at a time, but don't do too many at once.")
|
|
|
127 |
st.session_state.success = None
|
128 |
|
129 |
if selected_app == "1) Scrape PDFs":
|
130 |
+
st.markdown("### On this page, you'll scape the information that you want your chatbot to know")
|
131 |
|
132 |
st.write("1. Go to your organizations webpage")
|
133 |
image = Image.open('Example1.png')
|
|
|
178 |
st.rerun()
|
179 |
|
180 |
else:
|
181 |
+
st.markdown("### On this page, convert your information into potential questions")
|
182 |
+
|
183 |
st.write("1. Upload your PDFs here")
|
184 |
with st.expander("Explain"):
|
185 |
st.write("You can upload more than one PDF at a time, but don't do too many at once.")
|