EmmanuelMacaulay commited on
Commit
049e275
·
verified ·
1 Parent(s): e8c44c4

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -55,8 +55,8 @@ if st.button("Predict Status"):
55
  'Self_Employed': 1 if self_employed == "Yes" else 0,
56
  'ApplicantIncome': applicant_income,
57
  'CoapplicantIncome': coapplicant_income,
58
- 'Loan_Amount_Term': loan_term,
59
  'LoanAmount': loan_amount,
 
60
  'Credit_History': 1.0 if "Good" in credit_history else 0.0,
61
  'Property_Area': 2 if property_area == "Urban" else (1 if property_area == "Semiurban" else 0),
62
  'TotalIncome': total_income,
 
55
  'Self_Employed': 1 if self_employed == "Yes" else 0,
56
  'ApplicantIncome': applicant_income,
57
  'CoapplicantIncome': coapplicant_income,
 
58
  'LoanAmount': loan_amount,
59
+ 'Loan_Amount_Term': loan_term,
60
  'Credit_History': 1.0 if "Good" in credit_history else 0.0,
61
  'Property_Area': 2 if property_area == "Urban" else (1 if property_area == "Semiurban" else 0),
62
  'TotalIncome': total_income,