Update app.py
Browse files
app.py
CHANGED
|
@@ -181,10 +181,10 @@ def upload():
|
|
| 181 |
|
| 182 |
# Define the paths to your images
|
| 183 |
image_paths = [
|
| 184 |
-
"
|
| 185 |
-
"
|
| 186 |
-
"
|
| 187 |
-
"
|
| 188 |
]
|
| 189 |
|
| 190 |
# Define the captions for your images
|
|
|
|
| 181 |
|
| 182 |
# Define the paths to your images
|
| 183 |
image_paths = [
|
| 184 |
+
"cropped_1099-Div.jpg",
|
| 185 |
+
"cropped_1099-Int.jpg",
|
| 186 |
+
"cropped_w2.jpg",
|
| 187 |
+
"cropped_w3.jpg"
|
| 188 |
]
|
| 189 |
|
| 190 |
# Define the captions for your images
|