Spaces:
Runtime error
Runtime error
Commit ·
4e3b30f
1
Parent(s): a513b2f
Update app.py
Browse files
app.py
CHANGED
|
@@ -487,7 +487,8 @@ try:
|
|
| 487 |
|
| 488 |
selected_features= ["person_age","person_income","person_home_ownership","person_emp_length","loan_intent","loan_grade","loan_amnt","loan_int_rate","loan_percent_income","cb_person_default_on_file","cb_person_cred_hist_length"]
|
| 489 |
|
| 490 |
-
st.
|
|
|
|
| 491 |
st.write("Remplissez les champs")
|
| 492 |
|
| 493 |
user_input = []
|
|
|
|
| 487 |
|
| 488 |
selected_features= ["person_age","person_income","person_home_ownership","person_emp_length","loan_intent","loan_grade","loan_amnt","loan_int_rate","loan_percent_income","cb_person_default_on_file","cb_person_cred_hist_length"]
|
| 489 |
|
| 490 |
+
st.markdown("<h1 style='text-align:center;color: red;'>PRÉDICTION DU RISQUE DE CRÉDIT </h1>",unsafe_allow_html=True)
|
| 491 |
+
st.write ("<br><br>",unsafe_allow_html=True)
|
| 492 |
st.write("Remplissez les champs")
|
| 493 |
|
| 494 |
user_input = []
|