Bjerring98 commited on
Commit
fd38ad0
·
verified ·
1 Parent(s): 05e83aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -558,7 +558,7 @@ elif option == "Predict Financial Savings Behavior":
558
  st.subheader('Feature Contributions 🤖')
559
  st.write("""- Blue bars push the probability lower
560
  while the Red bars push the probability higher""")
561
- st.write("- An analysis of the results will be visivlbe below the plot after a short loading time")
562
 
563
  # Ensure SHAP values are handled properly (flatten if multi-dimensional)
564
  shap_values = explainer.shap_values(features)
 
558
  st.subheader('Feature Contributions 🤖')
559
  st.write("""- Blue bars push the probability lower
560
  while the Red bars push the probability higher""")
561
+ st.write("- An analysis of the results will be visible below the plot after a short loading time")
562
 
563
  # Ensure SHAP values are handled properly (flatten if multi-dimensional)
564
  shap_values = explainer.shap_values(features)