adeelshuaib commited on
Commit
0af6c47
·
verified ·
1 Parent(s): d22d1d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")