Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ def predict(
|
|
| 25 |
|
| 26 |
}
|
| 27 |
|
| 28 |
-
|
| 29 |
credit_score_range_lower,
|
| 30 |
stated_monthly_income,
|
| 31 |
investors,
|
|
|
|
| 25 |
|
| 26 |
}
|
| 27 |
|
| 28 |
+
user_input_df = pd.DataFrame(data=[[loan_original_amount,
|
| 29 |
credit_score_range_lower,
|
| 30 |
stated_monthly_income,
|
| 31 |
investors,
|