Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|