Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|