awacke1 commited on
Commit
c82a1a8
·
1 Parent(s): 2dd9e0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def main():
20
  cols[j].image(os.path.join(directory, gif_file), width=200)
21
 
22
  if st.button('Randomize'):
23
- gif_files = get_random_gifs(directory, 9)
24
  for i in range(3):
25
  for j in range(3):
26
  gif_file = gif_files[i*3 + j]
 
20
  cols[j].image(os.path.join(directory, gif_file), width=200)
21
 
22
  if st.button('Randomize'):
23
+ gif_files = get_random_gifs(directory, 3)
24
  for i in range(3):
25
  for j in range(3):
26
  gif_file = gif_files[i*3 + j]