Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hlnicholls/BP-GWAS-Predict_Private
hlnicholls
/
BP-GWAS-Prioritise
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hlnicholls
commited on
Dec 3, 2022
Commit
4dcc370
·
1 Parent(s):
1dab293
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -87,6 +87,7 @@ if input_gene:
87
shap_values,
88
df2,
89
show=False)
90
st.pyplot(fig=force_plot)
91
else:
92
pass
87
shap_values,
88
df2,
89
show=False)
90
+
shap.initjs()
91
st.pyplot(fig=force_plot)
92
else:
93
pass