Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def gradio_interface():
|
|
61 |
chat_history = []
|
62 |
|
63 |
# Create input components
|
64 |
-
gr.Markdown("##
|
65 |
chatbot = gr.Chatbot(type="messages")
|
66 |
msg = gr.Textbox(placeholder="Type your message here...")
|
67 |
audio_input = gr.Audio(type="filepath", label="Speak your message")
|
|
|
61 |
chat_history = []
|
62 |
|
63 |
# Create input components
|
64 |
+
gr.Markdown("## A Mental Health Chatbot")
|
65 |
chatbot = gr.Chatbot(type="messages")
|
66 |
msg = gr.Textbox(placeholder="Type your message here...")
|
67 |
audio_input = gr.Audio(type="filepath", label="Speak your message")
|