KoDer123 commited on
Commit
30c4fc9
·
verified ·
1 Parent(s): 81fa685

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -294,7 +294,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
294
 
295
  with gr.Row():
296
  with gr.Column(scale=4):
297
- chatbot = gr.Chatbot(label="Диалог", type="messages")
298
  user_input = gr.Textbox(
299
  placeholder="Введите ваш вопрос здесь...",
300
  label="Ваш вопрос",
 
294
 
295
  with gr.Row():
296
  with gr.Column(scale=4):
297
+ chatbot = gr.Chatbot(label="Диалог") # Удаляем type="messages"
298
  user_input = gr.Textbox(
299
  placeholder="Введите ваш вопрос здесь...",
300
  label="Ваш вопрос",