Update app.py
Browse files
app.py
CHANGED
|
@@ -89,8 +89,8 @@ interface = gr.Interface(
|
|
| 89 |
],
|
| 90 |
outputs=[
|
| 91 |
gr.Number(label="Score"),
|
| 92 |
-
gr.Number(label="
|
| 93 |
-
gr.Number(label="
|
| 94 |
# gr.Number(label="Log Score Probability"),
|
| 95 |
],
|
| 96 |
title="Bank Location Scoring Model",
|
|
|
|
| 89 |
],
|
| 90 |
outputs=[
|
| 91 |
gr.Number(label="Score"),
|
| 92 |
+
gr.Number(label="Number of Current Banks"),
|
| 93 |
+
gr.Number(label="Number of Ideal Banks"),
|
| 94 |
# gr.Number(label="Log Score Probability"),
|
| 95 |
],
|
| 96 |
title="Bank Location Scoring Model",
|