cadifam commited on
Commit
d2f422d
1 Parent(s): 9f032d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -6,7 +6,6 @@ from catboost import CatBoostClassifier
6
 
7
  clf = CatBoostClassifier()
8
  clf.load_model("./loan_model.bin")
9
-
10
  def predict(customerid: 0,
11
  gender: 'Female',
12
  married: 'No',
 
6
 
7
  clf = CatBoostClassifier()
8
  clf.load_model("./loan_model.bin")
 
9
  def predict(customerid: 0,
10
  gender: 'Female',
11
  married: 'No',