Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -349,6 +349,8 @@ def gradio_worker(
|
|
349 |
with gr.Column(scale=2):
|
350 |
chatbot = gr.Chatbot(elem_id="chatbot")
|
351 |
msg = gr.Textbox()
|
|
|
|
|
352 |
|
353 |
with gr.Row():
|
354 |
submit_button = gr.Button("Submit", variant="primary")
|
|
|
349 |
with gr.Column(scale=2):
|
350 |
chatbot = gr.Chatbot(elem_id="chatbot")
|
351 |
msg = gr.Textbox()
|
352 |
+
gr.Markdown("Note: We are fixing a bug in multi-user session control.")
|
353 |
+
|
354 |
|
355 |
with gr.Row():
|
356 |
submit_button = gr.Button("Submit", variant="primary")
|