Circularmachines commited on
Commit
b8c5434
·
1 Parent(s): df5841e

app.py updates

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,6 +37,7 @@ def button_click():
37
  current_image=ds[r]['image']
38
  #st.write(str(r))
39
  st.session_state["points"] = []
 
40
 
41
 
42
 
 
37
  current_image=ds[r]['image']
38
  #st.write(str(r))
39
  st.session_state["points"] = []
40
+ value = streamlit_image_coordinates(current_image, key="pil")
41
 
42
 
43