Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -22,10 +22,9 @@ block = gr.Blocks(css=".gradio-container {background-color: lightblue}")
|
|
22 |
with block:
|
23 |
gr.HTML("<center><h3>Omdena AI Chatbot For Mental Health and Well Being</h3></center>")
|
24 |
|
25 |
-
gr.HTML("WELCOME
|
26 |
-
"I am an AI ChatBot and I am here to assist you with whatever is bothering you.
|
27 |
-
"Our conversation is strictly confidential and I will not remember it when you come back another time."
|
28 |
-
|
29 |
)
|
30 |
|
31 |
with gr.Row():
|
|
|
22 |
with block:
|
23 |
gr.HTML("<center><h3>Omdena AI Chatbot For Mental Health and Well Being</h3></center>")
|
24 |
|
25 |
+
gr.HTML("WELCOME<br>
|
26 |
+
"I am an AI ChatBot and I am here to assist you with whatever is bothering you."
|
27 |
+
"Our conversation is strictly confidential and I will not remember it when you come back another time."
|
|
|
28 |
)
|
29 |
|
30 |
with gr.Row():
|