Spaces:
Sleeping
Sleeping
pgurazada1
commited on
Commit
•
ccb73d5
1
Parent(s):
3354acb
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,9 @@ interface = gr.Interface(
|
|
69 |
examples=[["What is the average balance maintained by our customers?", ""],
|
70 |
["How many customers have subscribed to a term deposit?", ""],
|
71 |
["How many customers have defaulted on loans?", ""],
|
72 |
-
["Do customers who default maintain a low balance?", ""]
|
|
|
|
|
73 |
],
|
74 |
concurrency_limit=8
|
75 |
)
|
|
|
69 |
examples=[["What is the average balance maintained by our customers?", ""],
|
70 |
["How many customers have subscribed to a term deposit?", ""],
|
71 |
["How many customers have defaulted on loans?", ""],
|
72 |
+
["Do customers who default maintain a low balance?", ""],
|
73 |
+
["For how many customers was our last marketing campaign a success?", ""],
|
74 |
+
["What is the most common marital status of our customers?"]
|
75 |
],
|
76 |
concurrency_limit=8
|
77 |
)
|