ArturG9 commited on
Commit
b54f628
·
verified ·
1 Parent(s): 532ebbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ if option == "Information about training data":
105
  st.subheader(" Stroke dataset has 5110 records and 12 features.")
106
  st.subheader(" Correlation between features:.")
107
  st.image(r'Correlation.png')
108
- st.subheader("Features Shap values and how it effects Target variable "Stroke")
109
  st.image(r'Shap_Values.png')
110
 
111
 
 
105
  st.subheader(" Stroke dataset has 5110 records and 12 features.")
106
  st.subheader(" Correlation between features:.")
107
  st.image(r'Correlation.png')
108
+ st.subheader("Features Shap values and how it effects Target variable: Stroke")
109
  st.image(r'Shap_Values.png')
110
 
111