mjohanes commited on
Commit
8aaad57
·
1 Parent(s): c7b01f0
Files changed (1) hide show
  1. app.py +1 -1
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(img_with_dots, 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:
 
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: