Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -84,10 +84,8 @@ def respond(
|
|
84 |
demo = gr.Blocks()
|
85 |
|
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(
|
|
|
84 |
demo = gr.Blocks()
|
85 |
|
86 |
with demo:
|
|
|
87 |
gr.Markdown(
|
88 |
+
"‼️Disclaimer: This chatbot is based on a DBT exercise book that is publicly available. and just to test RAG implementation.‼️"
|
|
|
89 |
)
|
90 |
|
91 |
chatbot = gr.ChatInterface(
|