pgurazada1 commited on
Commit
8dae777
·
verified ·
1 Parent(s): fd98924

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -50,10 +50,7 @@ demo = gr.Interface(
50
  title="Query a Credit Card Database",
51
  description="This web API presents an interface to ask questions on information stored in a credit card database.",
52
  article=schema,
53
- examples=[["Who are the top 5 merchants by total transactions?", ""],
54
- ["How many customers are in our database?", ""],
55
- ["How many accounts in total do we have?", ""]
56
- ],
57
  concurrency_limit=8
58
  )
59
 
 
50
  title="Query a Credit Card Database",
51
  description="This web API presents an interface to ask questions on information stored in a credit card database.",
52
  article=schema,
53
+ examples=[["Who are the top 5 merchants by total transactions?", ""]],
 
 
 
54
  concurrency_limit=8
55
  )
56