Spaces:
Sleeping
Sleeping
Commit
·
cf466aa
1
Parent(s):
bbb610c
Update app.py
Browse files
app.py
CHANGED
@@ -167,11 +167,6 @@ if len(gene_list) > 1:
|
|
167 |
plotly_fig['layout']['width']=500
|
168 |
plotly_fig['layout']['xaxis'].update(zeroline=True, showline=True, ticklen=4, showgrid=False)
|
169 |
plotly_fig['layout']['yaxis'].update(dict(visible=True))
|
170 |
-
plotly_fig.trace.update(dict(x=shap_values,
|
171 |
-
y=col_order
|
172 |
-
)
|
173 |
-
)
|
174 |
-
|
175 |
plotly_fig.add_trace(colorbar_trace)
|
176 |
plotly_fig.layout.update(
|
177 |
annotations=[dict(
|
|
|
167 |
plotly_fig['layout']['width']=500
|
168 |
plotly_fig['layout']['xaxis'].update(zeroline=True, showline=True, ticklen=4, showgrid=False)
|
169 |
plotly_fig['layout']['yaxis'].update(dict(visible=True))
|
|
|
|
|
|
|
|
|
|
|
170 |
plotly_fig.add_trace(colorbar_trace)
|
171 |
plotly_fig.layout.update(
|
172 |
annotations=[dict(
|