Spaces:
Paused
Paused
Commit
·
145c0a2
1
Parent(s):
5ac8e66
Update app.py
Browse filestweak examples
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
|
293 |
"Can I buy vitamins?",
|
294 |
-
"Can I use this card
|
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()
|