Shriharsh commited on
Commit
f9a261a
·
verified ·
1 Parent(s): ea1f8bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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")