Chri12345 commited on
Commit
3880f80
·
verified ·
1 Parent(s): edda823

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 price lower
83
- - Red bars push the price higher
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