Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|