Spaces:
Sleeping
Sleeping
Update chat_interface.py
Browse files- chat_interface.py +1 -1
chat_interface.py
CHANGED
|
@@ -116,7 +116,7 @@ def predict(input: str, history):
|
|
| 116 |
demo = gr.ChatInterface(
|
| 117 |
fn=predict,
|
| 118 |
examples=["Summarize key feaures of my policy",
|
| 119 |
-
"Did I pay my last
|
| 120 |
"Are hospitalization charges included in my policy?"
|
| 121 |
],
|
| 122 |
cache_examples=False,
|
|
|
|
| 116 |
demo = gr.ChatInterface(
|
| 117 |
fn=predict,
|
| 118 |
examples=["Summarize key feaures of my policy",
|
| 119 |
+
"Did I pay my last premium? How many have I paid so far?",
|
| 120 |
"Are hospitalization charges included in my policy?"
|
| 121 |
],
|
| 122 |
cache_examples=False,
|