Rahatara commited on
Commit
2f69bb8
·
verified ·
1 Parent(s): b0b36a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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(