jonathanjordan21 commited on
Commit
38f9edb
·
verified ·
1 Parent(s): 32ffec2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -89,8 +89,8 @@ interface = gr.Interface(
89
  ],
90
  outputs=[
91
  gr.Number(label="Score"),
92
- gr.Number(label="Num Current Banks"),
93
- gr.Number(label="Num Ideal Banks"),
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",