Spaces:
Paused
Paused
alrichardbollans commited on
Commit ·
62eee9a
1
Parent(s): bbb29cb
Fix typo in image storage disclaimer text
Browse files
app.py
CHANGED
|
@@ -175,7 +175,7 @@ app_ui = ui.page_fluid(
|
|
| 175 |
ui.a("HuggingFace Space", href=discussion_url, target="_blank", **{'aria-label': 'Project discussion space'}), '.'
|
| 176 |
),
|
| 177 |
ui.p(disclaimer_text),
|
| 178 |
-
ui.p("* Images are stored temporarily on HuggingFace servers and deleted
|
| 179 |
|
| 180 |
class_="body-bar"
|
| 181 |
|
|
|
|
| 175 |
ui.a("HuggingFace Space", href=discussion_url, target="_blank", **{'aria-label': 'Project discussion space'}), '.'
|
| 176 |
),
|
| 177 |
ui.p(disclaimer_text),
|
| 178 |
+
ui.p("* Images are stored temporarily on HuggingFace servers and deleted at the end of your session."),
|
| 179 |
|
| 180 |
class_="body-bar"
|
| 181 |
|