SimrusDenuvo commited on
Commit
40a3af9
·
verified ·
1 Parent(s): 796d2fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
56
 
57
  with gr.Row():
58
  with gr.Column():
59
- chatbot = gr.Chatbot(height=350)
60
  msg = gr.Textbox(label="Опишите проблему")
61
  btn = gr.Button("Отправить", variant="primary")
62
 
 
56
 
57
  with gr.Row():
58
  with gr.Column():
59
+ chatbot = gr.Chatbot(height=350, type="messages")
60
  msg = gr.Textbox(label="Опишите проблему")
61
  btn = gr.Button("Отправить", variant="primary")
62