Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -152,6 +152,13 @@ if selected_app == "1) Scrape PDFs":
|
|
152 |
st.image(image, caption="Example for Step 5",use_column_width=True)
|
153 |
st.divider()
|
154 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
if selected_app == "2) Create CSVs":
|
156 |
if st.session_state.error != "":
|
157 |
st.error(st.session_state.error)
|
|
|
152 |
st.image(image, caption="Example for Step 5",use_column_width=True)
|
153 |
st.divider()
|
154 |
|
155 |
+
st.write("6. Download the googel doc as a PDF")
|
156 |
+
image = Image.open('Example6.png')
|
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 != "":
|
164 |
st.error(st.session_state.error)
|