Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -12,7 +12,7 @@ st.write("For each pair, please select which image you prefer.")
|
|
| 12 |
# ---- IMAGE PAIRS ----
|
| 13 |
# Replace with your actual image paths or URLs
|
| 14 |
image_pairs = [
|
| 15 |
-
("images/
|
| 16 |
]
|
| 17 |
|
| 18 |
results = {}
|
|
|
|
| 12 |
# ---- IMAGE PAIRS ----
|
| 13 |
# Replace with your actual image paths or URLs
|
| 14 |
image_pairs = [
|
| 15 |
+
("images/ImageA_1.jpeg", "images/ImageB_1.jpeg"),
|
| 16 |
]
|
| 17 |
|
| 18 |
results = {}
|