Wauplin HF staff commited on
Commit
9904ca7
1 Parent(s): 3db09b3

Update gallery_history.py

Browse files
Files changed (1) hide show
  1. gallery_history.py +1 -1
gallery_history.py CHANGED
@@ -53,7 +53,7 @@ def show_gallery_history():
53
  show_download_button=False,
54
  )
55
  gr.Markdown(
56
- "We reserve the right to delete the history without further notice."
57
  )
58
  gallery.attach_load_event(fetch_gallery_history, every=None)
59
  return gallery
 
53
  show_download_button=False,
54
  )
55
  gr.Markdown(
56
+ "Make sure to save your images from time to time, this gallery may be deleted in the future."
57
  )
58
  gallery.attach_load_event(fetch_gallery_history, every=None)
59
  return gallery