Spaces:
Sleeping
Sleeping
Arts-of-coding
commited on
Update dash_plotly_QC_scRNA.py
Browse files- dash_plotly_QC_scRNA.py +4 -1
dash_plotly_QC_scRNA.py
CHANGED
@@ -220,16 +220,19 @@ tab3_content = html.Div([
|
|
220 |
className='four columns',config=config_fig
|
221 |
)
|
222 |
]),
|
|
|
|
|
223 |
# html.Div([
|
224 |
# dcc.Graph(id='scatter-plot-12', figure={}, className='four columns',config=config_fig)
|
225 |
# ]),
|
226 |
-
|
227 |
|
228 |
tab4_content = html.Div([
|
229 |
html.Div([
|
230 |
html.Label("Multi gene"),
|
231 |
dcc.Dropdown(id='dpdn7', value=["PAX6","TP63","S100A9"], multi=True,
|
232 |
options=df.columns),
|
|
|
233 |
html.Div([
|
234 |
dcc.Graph(id='scatter-plot-12', figure={}, className='four columns',config=config_fig)
|
235 |
]),
|
|
|
220 |
className='four columns',config=config_fig
|
221 |
)
|
222 |
]),
|
223 |
+
]),
|
224 |
+
])
|
225 |
# html.Div([
|
226 |
# dcc.Graph(id='scatter-plot-12', figure={}, className='four columns',config=config_fig)
|
227 |
# ]),
|
228 |
+
|
229 |
|
230 |
tab4_content = html.Div([
|
231 |
html.Div([
|
232 |
html.Label("Multi gene"),
|
233 |
dcc.Dropdown(id='dpdn7', value=["PAX6","TP63","S100A9"], multi=True,
|
234 |
options=df.columns),
|
235 |
+
]),
|
236 |
html.Div([
|
237 |
dcc.Graph(id='scatter-plot-12', figure={}, className='four columns',config=config_fig)
|
238 |
]),
|