Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 (
|
| 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)
|