pgurazada1 commited on
Commit
9b8c51b
·
verified ·
1 Parent(s): f9f7463

Update chat_interface.py

Browse files
Files changed (1) hide show
  1. chat_interface.py +2 -1
chat_interface.py CHANGED
@@ -125,7 +125,8 @@ demo = gr.ChatInterface(
125
  "Are hospitalization charges included in my policy?"
126
  ],
127
  cache_examples=False,
128
- title="Chat about information in your insurance policy",
 
129
  concurrency_limit=8,
130
  show_progress="full"
131
  )
 
125
  "Are hospitalization charges included in my policy?"
126
  ],
127
  cache_examples=False,
128
+ title="Know Your Health Insurance Policy Better",
129
+ description="Feel free to ask me any query you might have about your health insurance policy",
130
  concurrency_limit=8,
131
  show_progress="full"
132
  )