Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,6 @@ def respond(message, history):
|
|
| 67 |
# Интерфейс Gradio
|
| 68 |
chat_interface = gr.ChatInterface(
|
| 69 |
respond,
|
| 70 |
-
chatbot_label="Агент по квартирам",
|
| 71 |
input_label="Ваш вопрос",
|
| 72 |
output_label="Ответ",
|
| 73 |
)
|
|
|
|
| 67 |
# Интерфейс Gradio
|
| 68 |
chat_interface = gr.ChatInterface(
|
| 69 |
respond,
|
|
|
|
| 70 |
input_label="Ваш вопрос",
|
| 71 |
output_label="Ответ",
|
| 72 |
)
|