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