push app
Browse files
app.py
CHANGED
|
@@ -144,7 +144,7 @@ else:
|
|
| 144 |
|
| 145 |
|
| 146 |
# Use the interactive component as the display canvas, showing the image with all dots.
|
| 147 |
-
new_coord = streamlit_image_coordinates(
|
| 148 |
|
| 149 |
# If a new coordinate is received and it's not already in our list, add it and force a rerun.
|
| 150 |
if new_coord and new_coord not in st.session_state.coords_list and not st.session_state.is_removing_dot:
|
|
|
|
| 144 |
|
| 145 |
|
| 146 |
# Use the interactive component as the display canvas, showing the image with all dots.
|
| 147 |
+
new_coord = streamlit_image_coordinates(final_img, key="click_img")
|
| 148 |
|
| 149 |
# If a new coordinate is received and it's not already in our list, add it and force a rerun.
|
| 150 |
if new_coord and new_coord not in st.session_state.coords_list and not st.session_state.is_removing_dot:
|