Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -70,7 +70,6 @@ def respond(message, history):
|
|
| 70 |
# Set up Gradio Chat Interface
|
| 71 |
chat_interface = gr.ChatInterface(
|
| 72 |
fn=respond,
|
| 73 |
-
chatbot="Your Assistant",
|
| 74 |
examples=[
|
| 75 |
"What apartments are available in Bostandyk?",
|
| 76 |
"Tell me about BI Group.",
|
|
|
|
| 70 |
# Set up Gradio Chat Interface
|
| 71 |
chat_interface = gr.ChatInterface(
|
| 72 |
fn=respond,
|
|
|
|
| 73 |
examples=[
|
| 74 |
"What apartments are available in Bostandyk?",
|
| 75 |
"Tell me about BI Group.",
|