Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -76,7 +76,7 @@ image_pairs = [
|
|
| 76 |
results = {}
|
| 77 |
|
| 78 |
|
| 79 |
-
code_prov = st.text_input("Type the provided code in the box below
|
| 80 |
|
| 81 |
# ---- LOOP THROUGH PAIRS ----
|
| 82 |
for i, (imgA, imgB) in enumerate(image_pairs):
|
|
|
|
| 76 |
results = {}
|
| 77 |
|
| 78 |
|
| 79 |
+
code_prov = st.text_input("Type the provided code in the box below:")
|
| 80 |
|
| 81 |
# ---- LOOP THROUGH PAIRS ----
|
| 82 |
for i, (imgA, imgB) in enumerate(image_pairs):
|