awacke1 commited on
Commit
22d11f4
·
1 Parent(s): 581a98e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def main():
37
  for j in range(3):
38
  idx = i*3 + j
39
  if idx < len(gif_files):
40
- showAnimatedGif(os.path.join(directory, gif_files[idx]))
41
  cols[i][j].image(os.path.join(directory, gif_files[idx]), width=200)
42
 
43
  if st.button('Randomize'):
 
37
  for j in range(3):
38
  idx = i*3 + j
39
  if idx < len(gif_files):
40
+ #showAnimatedGif(os.path.join(directory, gif_files[idx]))
41
  cols[i][j].image(os.path.join(directory, gif_files[idx]), width=200)
42
 
43
  if st.button('Randomize'):