enoreyes commited on
Commit
0ae02dc
·
1 Parent(s): fa922b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ with block:
85
  )
86
 
87
  with gr.Column(scale=7):
88
- chatbot = gr.Chatbot()
89
 
90
  with gr.Row():
91
  message = gr.Textbox(
 
85
  )
86
 
87
  with gr.Column(scale=7):
88
+ chatbot = gr.Chatbot(elem_id="chatbot")
89
 
90
  with gr.Row():
91
  message = gr.Textbox(