Spaces:
Sleeping
Sleeping
pgurazada1
commited on
Update app.py
Browse files
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 |
|