Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ demo = gr.Interface(
|
|
42 |
inputs=textbox, fn=predict, outputs="text",
|
43 |
title="Query Credit Card Database",
|
44 |
description="This web API presents an interface to ask questions on information stored in a credit card database.",
|
45 |
-
article=schema,
|
46 |
examples=[["Who are the top 5 merchants by total transactions?", ""],
|
47 |
["How many customers are in our database?", ""],
|
48 |
["How many accounts in total do we have?", ""]
|
|
|
42 |
inputs=textbox, fn=predict, outputs="text",
|
43 |
title="Query Credit Card Database",
|
44 |
description="This web API presents an interface to ask questions on information stored in a credit card database.",
|
45 |
+
# article=schema,
|
46 |
examples=[["Who are the top 5 merchants by total transactions?", ""],
|
47 |
["How many customers are in our database?", ""],
|
48 |
["How many accounts in total do we have?", ""]
|