sritang commited on
Commit
af8824c
1 Parent(s): 4e2cf52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -155,7 +155,9 @@ with gr.Blocks(css=css) as demo:
155
  gr.Examples(
156
  examples=["How often can we have root canal treatment for h5216?",
157
  "Compare H1036 or H5216 based on monthly plan premium and recommend the best plan?",
158
- "I use urgent care a lot, what plan do you recommend based on low copay?"],
 
 
159
  inputs=message
160
  )
161
 
 
155
  gr.Examples(
156
  examples=["How often can we have root canal treatment for h5216?",
157
  "Compare H1036 or H5216 based on monthly plan premium and recommend the best plan?",
158
+ "I use urgent care a lot, what plan do you recommend based on low copay?",
159
+ "I am looking for a plan sold in clark indiana, has transportation which is covered?",
160
+ "Name a plan that is available in both clark county Indiana and Floyd in Kentucky"],
161
  inputs=message
162
  )
163