Spaces:
Runtime error
Runtime error
Update gallery_history.py
Browse files- gallery_history.py +3 -2
gallery_history.py
CHANGED
@@ -43,8 +43,9 @@ def show_gallery_history():
|
|
43 |
show_label=True,
|
44 |
elem_id="gallery",
|
45 |
object_fit="contain",
|
46 |
-
height=
|
47 |
-
|
|
|
48 |
show_share_button=True,
|
49 |
show_download_button=True,
|
50 |
)
|
|
|
43 |
show_label=True,
|
44 |
elem_id="gallery",
|
45 |
object_fit="contain",
|
46 |
+
height=300,
|
47 |
+
columns=3,
|
48 |
+
preview=False,
|
49 |
show_share_button=True,
|
50 |
show_download_button=True,
|
51 |
)
|