Update app.py
Browse files
app.py
CHANGED
@@ -91,7 +91,7 @@ demo = gr.Blocks()
|
|
91 |
with demo:
|
92 |
|
93 |
gr.Markdown(
|
94 |
-
|
95 |
"We are not medical practitioners, and the use of this chatbot is at your own responsibility."
|
96 |
)
|
97 |
|
|
|
91 |
with demo:
|
92 |
|
93 |
gr.Markdown(
|
94 |
+
"‼️Disclaimer: This chatbot is based on a DBT exercise book that is publicly available. "
|
95 |
"We are not medical practitioners, and the use of this chatbot is at your own responsibility."
|
96 |
)
|
97 |
|