Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|