patti-j commited on
Commit
53a2deb
1 Parent(s): 8c87fd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
 
3
- gr.HTML(Omdena AI Chatbot For Mental Health and Well Being)
4
 
5
  iface = gr.Interface(fn=response, inputs="text", outputs="text")
6
  iface.launch()
 
1
  import gradio as gr
2
 
3
+ gr.HTML("Omdena AI Chatbot For Mental Health and Well Being")
4
 
5
  iface = gr.Interface(fn=response, inputs="text", outputs="text")
6
  iface.launch()