Spaces:
Sleeping
Sleeping
Update chat_interface.py
Browse files- chat_interface.py +1 -0
chat_interface.py
CHANGED
@@ -118,6 +118,7 @@ demo = gr.ChatInterface(
|
|
118 |
fn=predict,
|
119 |
examples=["Summarize key feaures of my policy",
|
120 |
"Did I pay my last premium? How many have I paid so far?",
|
|
|
121 |
"Are hospitalization expenses included in my policy?",
|
122 |
"What kind of expenses incurred are included in my policy?"
|
123 |
],
|
|
|
118 |
fn=predict,
|
119 |
examples=["Summarize key feaures of my policy",
|
120 |
"Did I pay my last premium? How many have I paid so far?",
|
121 |
+
"I will incur in-patient charges for myocardial infarction. Are these charges covered by the policy?",
|
122 |
"Are hospitalization expenses included in my policy?",
|
123 |
"What kind of expenses incurred are included in my policy?"
|
124 |
],
|