Wauplin HF staff commited on
Commit
bea6b54
1 Parent(s): 9a10204

Update gallery_history.py

Browse files
Files changed (1) hide show
  1. 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="auto",
47
- preview=True,
 
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
  )