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

Update gallery_history.py

Browse files
Files changed (1) hide show
  1. gallery_history.py +2 -2
gallery_history.py CHANGED
@@ -46,8 +46,8 @@ def show_gallery_history():
46
  height=300,
47
  columns=3,
48
  preview=False,
49
- show_share_button=True,
50
- show_download_button=True,
51
  )
52
  gallery.attach_load_event(fetch_gallery_history, every=None)
53
  return gallery
 
46
  height=300,
47
  columns=3,
48
  preview=False,
49
+ show_share_button=False,
50
+ show_download_button=False,
51
  )
52
  gallery.attach_load_event(fetch_gallery_history, every=None)
53
  return gallery