Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -79,8 +79,8 @@ if st.button('Predict loan amount 🚀'):
|
|
| 79 |
|
| 80 |
st.markdown("""
|
| 81 |
This plot shows how each feature contributes to the predicted price:
|
| 82 |
-
- Blue bars push the
|
| 83 |
-
- Red bars push the
|
| 84 |
- The length of each bar indicates the strength of the feature's impact
|
| 85 |
""")
|
| 86 |
|
|
|
|
| 79 |
|
| 80 |
st.markdown("""
|
| 81 |
This plot shows how each feature contributes to the predicted price:
|
| 82 |
+
- Blue bars push the loan amount lower
|
| 83 |
+
- Red bars push the loan amount higher
|
| 84 |
- The length of each bar indicates the strength of the feature's impact
|
| 85 |
""")
|
| 86 |
|