Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -370,7 +370,6 @@ gr.ChatInterface(
|
|
| 370 |
textbox=gr.Textbox(placeholder="What would you like to know, dear friend?", container=False, scale=7),
|
| 371 |
theme="soft",
|
| 372 |
examples=FAQ_QUESTIONS, # Use the list of FAQ questions here
|
| 373 |
-
clear_btn="Clear Chat",
|
| 374 |
submit_btn="Send Light",
|
| 375 |
# Explicitly set the chatbot type to "messages" to avoid deprecation warnings and errors
|
| 376 |
chatbot=gr.Chatbot(type="messages")
|
|
|
|
| 370 |
textbox=gr.Textbox(placeholder="What would you like to know, dear friend?", container=False, scale=7),
|
| 371 |
theme="soft",
|
| 372 |
examples=FAQ_QUESTIONS, # Use the list of FAQ questions here
|
|
|
|
| 373 |
submit_btn="Send Light",
|
| 374 |
# Explicitly set the chatbot type to "messages" to avoid deprecation warnings and errors
|
| 375 |
chatbot=gr.Chatbot(type="messages")
|