Abubakari commited on
Commit
5fc49e1
·
1 Parent(s): a63d0a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def eligibility_test():
110
  mortgage_payments = st.number_input("Monthly Mortgage Payments ($)", min_value=0, step=100, value=0)
111
 
112
  # User Input: Other Payments
113
- other_debts = st.number_input("Monthly Other Debt Payments ($)", min_value=0, step=100, value=0)
114
 
115
  # User Input: Employment History (in years)
116
  employment_history = st.number_input("Employment History (Years)", min_value=0, step=1, value=2)
 
110
  mortgage_payments = st.number_input("Monthly Mortgage Payments ($)", min_value=0, step=100, value=0)
111
 
112
  # User Input: Other Payments
113
+ other_debts = st.number_input("Monthly Other Debt Payments (GH₵)", min_value=0, step=100, value=0)
114
 
115
  # User Input: Employment History (in years)
116
  employment_history = st.number_input("Employment History (Years)", min_value=0, step=1, value=2)