adeelshuaib commited on
Commit
fd009ff
·
verified ·
1 Parent(s): 4bc65f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def gradio_interface():
61
  chat_history = []
62
 
63
  # Create input components
64
- gr.Markdown("## LoserHero - 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")
 
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")