abidlabs HF staff commited on
Commit
495746a
1 Parent(s): b13b67c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -34,7 +34,6 @@ with gr.Blocks() as demo:
34
  )
35
  with gr.Row():
36
  gr.LoginButton()
37
- gr.LogoutButton()
38
  gr.Markdown().attach_load_event(hello, None)
39
 
40
  demo.launch()
 
34
  )
35
  with gr.Row():
36
  gr.LoginButton()
 
37
  gr.Markdown().attach_load_event(hello, None)
38
 
39
  demo.launch()