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