Spaces:
Runtime error
Runtime error
Update gallery_history.py
Browse files- gallery_history.py +5 -1
gallery_history.py
CHANGED
|
@@ -33,7 +33,11 @@ IMAGES_FOLDER_PATH.mkdir(parents=True, exist_ok=True)
|
|
| 33 |
|
| 34 |
|
| 35 |
def show_gallery_history():
|
| 36 |
-
gr.Markdown(
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
with gr.Column():
|
| 38 |
with gr.Row():
|
| 39 |
gr.LoginButton(min_width=250)
|
|
|
|
| 33 |
|
| 34 |
|
| 35 |
def show_gallery_history():
|
| 36 |
+
gr.Markdown(
|
| 37 |
+
"## Your past generations\n\n(Log in to keep a gallery of your previous generations."
|
| 38 |
+
" Your history will be saved and available on your next visit. We reserve the right "
|
| 39 |
+
"to delete the history without further notice.)"
|
| 40 |
+
)
|
| 41 |
with gr.Column():
|
| 42 |
with gr.Row():
|
| 43 |
gr.LoginButton(min_width=250)
|