pgurazada1 commited on
Commit
8333b8d
·
verified ·
1 Parent(s): 60b263a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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?", ""]