Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -410,7 +410,7 @@ def loan(Gender, Married, Dependents, Education, Self_Employed, ApplicantIncome,
|
|
410 |
elif Property_Area == 'Urban': PA = 1
|
411 |
else: PA = 2
|
412 |
|
413 |
-
ApplicantIncome = np.log(ApplicantIncome
|
414 |
CoapplicantIncome = np.log(CoapplicantIncome + 1)
|
415 |
LoanAmount = np.log(LoanAmount)
|
416 |
|
|
|
410 |
elif Property_Area == 'Urban': PA = 1
|
411 |
else: PA = 2
|
412 |
|
413 |
+
ApplicantIncome = np.log(ApplicantIncome)
|
414 |
CoapplicantIncome = np.log(CoapplicantIncome + 1)
|
415 |
LoanAmount = np.log(LoanAmount)
|
416 |
|