alrichardbollans commited on
Commit
62eee9a
·
1 Parent(s): bbb29cb

Fix typo in image storage disclaimer text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 and the end of your session."),
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