Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -157,7 +157,7 @@ if selected_app == "1) Scrape PDFs":
|
|
157 |
st.image(image, caption="Example for Step 6",use_column_width=True)
|
158 |
st.divider()
|
159 |
|
160 |
-
st.write("
|
161 |
|
162 |
if selected_app == "2) Create CSVs":
|
163 |
if st.session_state.error != "":
|
|
|
157 |
st.image(image, caption="Example for Step 6",use_column_width=True)
|
158 |
st.divider()
|
159 |
|
160 |
+
st.write("7. Repeat the steps for all sections in your webpage")
|
161 |
|
162 |
if selected_app == "2) Create CSVs":
|
163 |
if st.session_state.error != "":
|