jonathanjordan21 commited on
Commit
e85abdd
·
verified ·
1 Parent(s): 83198b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -411,7 +411,7 @@ with gr.Blocks() as demo:
411
  title="SamSat Virtual Assistant",
412
  # description="Ask Yes Man any question",
413
  # theme="soft",
414
- examples=[{"text": "balik nama D 3456 DEF"}, {"text": "bayar pajak B 1234 BCA"}, {"text": "halo, selamat pagi!"}],
415
  cache_examples=True,
416
  )
417
 
 
411
  title="SamSat Virtual Assistant",
412
  # description="Ask Yes Man any question",
413
  # theme="soft",
414
+ examples=["balik nama D 3456 DEF", "bayar pajak B 1234 BCA", "halo, selamat pagi!"],
415
  cache_examples=True,
416
  )
417