雷娃 commited on
Commit
7d20d9a
·
1 Parent(s): f5e3b2c

add install.sh

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -124,8 +124,8 @@ chatbot = gr.ChatInterface(
124
  )
125
 
126
  with gr.Blocks() as demo:
127
- with gr.Sidebar():
128
- gr.LoginButton()
129
  chatbot.render()
130
 
131
 
 
124
  )
125
 
126
  with gr.Blocks() as demo:
127
+ # with gr.Sidebar():
128
+ # gr.LoginButton()
129
  chatbot.render()
130
 
131