Circularmachines commited on
Commit
050e5aa
·
1 Parent(s): 9fa5bcc

app.py updates

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ with ds[r]['image'] as img:
65
 
66
  def button_click():
67
  r=np.random.randint(100)
68
- current_image=ds[r]['image']
69
  st.write(str(r))
70
  st.session_state["points"] = []
71
  #else:
 
65
 
66
  def button_click():
67
  r=np.random.randint(100)
68
+ #current_image=ds[r]['image']
69
  st.write(str(r))
70
  st.session_state["points"] = []
71
  #else: