Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,14 +20,12 @@ chatbot = gr.Chatbot()
|
|
20 |
block = gr.Blocks(css=".gradio-container {background-color: lightblue}")
|
21 |
|
22 |
with block:
|
23 |
-
|
24 |
-
gr.HTML("<h3>Omdena AI Chatbot For Mental Health and Well Being</h3>")
|
25 |
|
26 |
-
|
27 |
-
disclaimer = gr.Textbox(
|
28 |
"I am an AI ChatBot and I am here to assist you with whatever is bothering you. "
|
29 |
"Our conversation is strictly confidential and I will not remember it when you come back another time.",
|
30 |
-
|
31 |
)
|
32 |
|
33 |
with gr.Row():
|
@@ -46,8 +44,6 @@ with block:
|
|
46 |
)
|
47 |
|
48 |
|
49 |
-
|
50 |
-
|
51 |
# submit.click(chat, inputs=[message], outputs=[chatbot])
|
52 |
|
53 |
block.launch(debug=True)
|
|
|
20 |
block = gr.Blocks(css=".gradio-container {background-color: lightblue}")
|
21 |
|
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 |
|
31 |
with gr.Row():
|
|
|
44 |
)
|
45 |
|
46 |
|
|
|
|
|
47 |
# submit.click(chat, inputs=[message], outputs=[chatbot])
|
48 |
|
49 |
block.launch(debug=True)
|