Spaces:
Running
Running
Update app.py
Browse files
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="Диалог"
|
| 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="Ваш вопрос",
|