Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,9 +32,12 @@ politely inform them that you are tuned to only answer questions about mental he
|
|
32 |
"Our conversation is strictly confidential and I will not remember it when you come back another time."
|
33 |
)
|
34 |
"""
|
35 |
-
|
36 |
-
|
37 |
-
|
|
|
|
|
|
|
38 |
chatbot = gr.Chatbot()
|
39 |
message = gr.Textbox(label="What would you like to chat about?")
|
40 |
response = gr.Textbox
|
|
|
32 |
"Our conversation is strictly confidential and I will not remember it when you come back another time."
|
33 |
)
|
34 |
"""
|
35 |
+
|
36 |
+
title="Omdena AI Chatbot for Mental Health and Wellbeing"
|
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?")
|
43 |
response = gr.Textbox
|