Circularmachines commited on
Commit
9c0f7df
·
1 Parent(s): 8cc7c1a

app.py updates

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,7 +28,7 @@ if "points" not in st.session_state:
28
 
29
  #"## Click on image"
30
 
31
- r=np.random.randint(5000)
32
  current_image=ds[r]['image']
33
 
34
 
@@ -62,7 +62,7 @@ with current_image as img:
62
 
63
 
64
  if st.button('Random frame'):
65
- r=np.random.randint(5000)
66
  current_image=ds[r]['image']
67
  st.write(str(r))
68
  #else:
 
28
 
29
  #"## Click on image"
30
 
31
+ r=np.random.randint(100)
32
  current_image=ds[r]['image']
33
 
34
 
 
62
 
63
 
64
  if st.button('Random frame'):
65
+ r=np.random.randint(100)
66
  current_image=ds[r]['image']
67
  st.write(str(r))
68
  #else: