Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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'):
|