KeshavRa commited on
Commit
9e9d1b6
·
verified ·
1 Parent(s): b4a5a97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Contine to Step 2) Create CSVs!")
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 != "":