csuhan commited on
Commit
d75054e
·
1 Parent(s): 40b4b02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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")