tomerz-aai commited on
Commit
6c4809a
·
1 Parent(s): 70e3904
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -314,7 +314,7 @@ with blocks:
314
  # Shown when login token is EXPIRED
315
  logout_box = gr.Group(visible=False)
316
  with logout_box:
317
- gr.Markdown("Your session has EXPIRED. Please sign in again")
318
  gr.LoginButton()
319
  # gr.Button("Manual Logout", link="/logout")
320
  # gr.HTML(JS_LOGOUT)
 
314
  # Shown when login token is EXPIRED
315
  logout_box = gr.Group(visible=False)
316
  with logout_box:
317
+ gr.Markdown("Your session has already EXPIRED. Please sign in again")
318
  gr.LoginButton()
319
  # gr.Button("Manual Logout", link="/logout")
320
  # gr.HTML(JS_LOGOUT)