pgurazada1 commited on
Commit
91b1f9f
1 Parent(s): 87e89d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ interface = gr.Interface(
68
  inputs=textbox, fn=predict, outputs="text",
69
  title="Query BFSI customer information",
70
  description="This web API presents an interface to ask questions on customer information stored in a database.",
71
- article=schema
72
  examples=[["What is the average balance maintained by our customers?", ""],
73
  ["How many customers have subscribed to a term deposit?", ""],
74
  ["How many customers have defaulted on loans?", ""],
 
68
  inputs=textbox, fn=predict, outputs="text",
69
  title="Query BFSI customer information",
70
  description="This web API presents an interface to ask questions on customer information stored in a database.",
71
+ article=schema,
72
  examples=[["What is the average balance maintained by our customers?", ""],
73
  ["How many customers have subscribed to a term deposit?", ""],
74
  ["How many customers have defaulted on loans?", ""],