iamthewalrus67 commited on
Commit
f38f71f
·
1 Parent(s): e207dcc

Remove login button

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -62,8 +62,6 @@ chatbot = gr.ChatInterface(
62
  )
63
 
64
  with gr.Blocks() as demo:
65
- with gr.Sidebar():
66
- gr.LoginButton()
67
  chatbot.render()
68
 
69
 
 
62
  )
63
 
64
  with gr.Blocks() as demo:
 
 
65
  chatbot.render()
66
 
67