MarziehFadaee commited on
Commit
5ea3dc2
·
verified ·
1 Parent(s): f56b599

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
93
 
94
  with gr.Column():
95
  with gr.Row():
96
- chatbot = gr.Chatbot(show_label=False, concurrency_limit=32)
97
 
98
  with gr.Row():
99
  user_message = gr.Textbox(lines=1, placeholder="Ask anything ...", label="Input", show_label=False)
 
93
 
94
  with gr.Column():
95
  with gr.Row():
96
+ chatbot = gr.Chatbot(show_label=False)
97
 
98
  with gr.Row():
99
  user_message = gr.Textbox(lines=1, placeholder="Ask anything ...", label="Input", show_label=False)