Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -137,15 +137,20 @@ if selected_app == "1) Scrape PDFs":
|
|
| 137 |
st.image(image, caption="Example for Step 2",use_column_width=True)
|
| 138 |
st.divider()
|
| 139 |
|
| 140 |
-
|
| 141 |
-
|
| 142 |
-
|
| 143 |
-
|
| 144 |
-
|
| 145 |
-
|
| 146 |
-
|
| 147 |
-
|
| 148 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 149 |
|
| 150 |
if selected_app == "2) Create CSVs":
|
| 151 |
if st.session_state.error != "":
|
|
|
|
| 137 |
st.image(image, caption="Example for Step 2",use_column_width=True)
|
| 138 |
st.divider()
|
| 139 |
|
| 140 |
+
st.write("3. Copy all text on the page")
|
| 141 |
+
image = Image.open('Example3.png')
|
| 142 |
+
st.image(image, caption="Example for Step 3",use_column_width=True)
|
| 143 |
+
st.divider()
|
| 144 |
+
|
| 145 |
+
st.write("4. Open a new google doc")
|
| 146 |
+
image = Image.open('Example4.png')
|
| 147 |
+
st.image(image, caption="Example for Step 4",use_column_width=True)
|
| 148 |
+
st.divider()
|
| 149 |
+
|
| 150 |
+
st.write("5. Paste all text into google doc")
|
| 151 |
+
image = Image.open('Example5.png')
|
| 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 != "":
|