Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,6 +74,7 @@ with col2:
|
|
| 74 |
titles=[f"Image #{str(i)}" for i in range(totalGibs)],
|
| 75 |
div_style={"display": "flex", "justify-content": "center", "flex-wrap": "wrap"},
|
| 76 |
img_style={"margin": "5px", "height": "150px"},
|
|
|
|
| 77 |
)
|
| 78 |
|
| 79 |
st.markdown(f"Image #{clicked} clicked" if clicked > -1 else "No image clicked")
|
|
|
|
| 74 |
titles=[f"Image #{str(i)}" for i in range(totalGibs)],
|
| 75 |
div_style={"display": "flex", "justify-content": "center", "flex-wrap": "wrap"},
|
| 76 |
img_style={"margin": "5px", "height": "150px"},
|
| 77 |
+
key="cropped_images"
|
| 78 |
)
|
| 79 |
|
| 80 |
st.markdown(f"Image #{clicked} clicked" if clicked > -1 else "No image clicked")
|