adeelshuaib commited on
Commit
586370c
·
verified ·
1 Parent(s): ff38cdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def gradio_interface():
53
  chatbot = gr.ChatInterface(
54
  fn=generate_and_clear,
55
  #additional_inputs=[gr.Textbox(placeholder="Enter your message here...", label="Your Message")],
56
- title="Mental Health Chatbot"
57
  )
58
 
59
  # Add button to clear chat history
 
53
  chatbot = gr.ChatInterface(
54
  fn=generate_and_clear,
55
  #additional_inputs=[gr.Textbox(placeholder="Enter your message here...", label="Your Message")],
56
+ #title="Mental Health Chatbot"
57
  )
58
 
59
  # Add button to clear chat history