Hellisotherpeople commited on
Commit
bc8a52d
1 Parent(s): f1fb129

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -156,5 +156,6 @@ else:
156
  ###REMEMBER YOU FIXED THE CODE IN SHAP, YOU NEED TO FORK IT
157
 
158
  the_plot = shap.plots.text(shap_values, display = False)
159
- components.html(the_plot, height = output_width, width = output_height)
160
  st.caption("Scroll to see the full output!")
 
 
 
156
  ###REMEMBER YOU FIXED THE CODE IN SHAP, YOU NEED TO FORK IT
157
 
158
  the_plot = shap.plots.text(shap_values, display = False)
 
159
  st.caption("Scroll to see the full output!")
160
+ components.html(the_plot, height = output_width, width = output_height, scrolling = True)
161
+