pgurazada1 commited on
Commit
2233db8
·
verified ·
1 Parent(s): 04e742d

Update chat_interface.py

Browse files
Files changed (1) hide show
  1. 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 installment? How many have I paid so far?",
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,