Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def gradio_interface():
|
|
44 |
chat_history = []
|
45 |
|
46 |
# Create input textbox and button for clearing chat
|
47 |
-
gr.Markdown("## Mental Health Chatbot")
|
48 |
chatbot = gr.Chatbot(type="messages")
|
49 |
msg = gr.Textbox(placeholder="Type your message here...")
|
50 |
clear = gr.Button("Clear")
|
|
|
44 |
chat_history = []
|
45 |
|
46 |
# Create input textbox and button for clearing chat
|
47 |
+
gr.Markdown("## LoserHero - A Mental Health Chatbot")
|
48 |
chatbot = gr.Chatbot(type="messages")
|
49 |
msg = gr.Textbox(placeholder="Type your message here...")
|
50 |
clear = gr.Button("Clear")
|