gfhayworth commited on
Commit
145c0a2
·
1 Parent(s): 5ac8e66

Update app.py

Browse files

tweak examples

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -289,9 +289,9 @@ css=".gradio-container {background-color: lightgray}"
289
 
290
  xmpl_list = ["How do I activate my spending account card?",
291
  "Can I use my card for copays at the doctor?",
292
- "Can I get fish with this card?",
293
  "Can I buy vitamins?",
294
- "Can I use this card with Uber?"]
295
 
296
  with gr.Blocks(css=css) as demo:
297
  history_state = gr.State()
 
289
 
290
  xmpl_list = ["How do I activate my spending account card?",
291
  "Can I use my card for copays at the doctor?",
292
+ "Can I get meat with this card?",
293
  "Can I buy vitamins?",
294
+ "Can I use this card to pay for Uber?"]
295
 
296
  with gr.Blocks(css=css) as demo:
297
  history_state = gr.State()