Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,8 +86,8 @@ demo = gr.Blocks()
|
|
| 86 |
with demo:
|
| 87 |
gr.Markdown("🧘♀️ **Dialectical Behaviour Therapy**")
|
| 88 |
gr.Markdown(
|
| 89 |
-
"Disclaimer: This chatbot is based on a DBT exercise book that is publicly available. "
|
| 90 |
-
"We are not medical practitioners, and the use of this chatbot is at your own responsibility."
|
| 91 |
)
|
| 92 |
|
| 93 |
chatbot = gr.ChatInterface(
|
|
@@ -102,7 +102,7 @@ with demo:
|
|
| 102 |
["I feel restless. Please help me."]
|
| 103 |
["I have destructive thoughts coming to my mind repetatively."]
|
| 104 |
],
|
| 105 |
-
title='DBT Coach
|
| 106 |
)
|
| 107 |
|
| 108 |
if __name__ == "__main__":
|
|
|
|
| 86 |
with demo:
|
| 87 |
gr.Markdown("🧘♀️ **Dialectical Behaviour Therapy**")
|
| 88 |
gr.Markdown(
|
| 89 |
+
"‼️Disclaimer: This chatbot is based on a DBT exercise book that is publicly available. "
|
| 90 |
+
"We are not medical practitioners, and the use of this chatbot is at your own responsibility.‼️"
|
| 91 |
)
|
| 92 |
|
| 93 |
chatbot = gr.ChatInterface(
|
|
|
|
| 102 |
["I feel restless. Please help me."]
|
| 103 |
["I have destructive thoughts coming to my mind repetatively."]
|
| 104 |
],
|
| 105 |
+
title='DBT Coach👩⚕️'
|
| 106 |
)
|
| 107 |
|
| 108 |
if __name__ == "__main__":
|