Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,18 +25,14 @@ politely inform them that you are tuned to only answer questions about mental he
|
|
25 |
|
26 |
|
27 |
|
28 |
-
|
29 |
|
30 |
-
|
31 |
"I am an AI ChatBot and I am here to assist you with whatever is bothering you. "
|
32 |
"Our conversation is strictly confidential and I will not remember it when you come back another time."
|
33 |
)
|
34 |
-
"""
|
35 |
|
36 |
-
|
37 |
-
description="description"
|
38 |
-
|
39 |
-
with gr.Blocks(theme=gr.themes.Default()) as demo:
|
40 |
|
41 |
chatbot = gr.Chatbot()
|
42 |
message = gr.Textbox(label="What would you like to chat about?")
|
|
|
25 |
|
26 |
|
27 |
|
28 |
+
gr.HTML("<center><h2>Omdena AI Chatbot For Mental Health and Wellbeing</h2></center>")
|
29 |
|
30 |
+
gr.HTML("WELCOME<br>"
|
31 |
"I am an AI ChatBot and I am here to assist you with whatever is bothering you. "
|
32 |
"Our conversation is strictly confidential and I will not remember it when you come back another time."
|
33 |
)
|
|
|
34 |
|
35 |
+
with gr.Blocks(theme=gr.themes.Monochrome()) as demo:
|
|
|
|
|
|
|
36 |
|
37 |
chatbot = gr.Chatbot()
|
38 |
message = gr.Textbox(label="What would you like to chat about?")
|