paragon-analytics commited on
Commit
3a53d21
1 Parent(s): f28ef72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ def adr_predict(x):
91
  # shap_scores = interpretation_function(str(x).lower())
92
 
93
  shap_values = explainer([str(x).lower()])
94
- local_plot = shap.plots.text(shap_values[0], display=False, fixed_context=1)
95
 
96
  # local_plot = (
97
  # ""
 
91
  # shap_scores = interpretation_function(str(x).lower())
92
 
93
  shap_values = explainer([str(x).lower()])
94
+ local_plot = shap.plots.text(shap_values[0], display=False)
95
 
96
  # local_plot = (
97
  # ""