Ever2after commited on
Commit
7841794
·
verified ·
1 Parent(s): 7a523ee

Update app.py

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