Arts-of-coding commited on
Commit
8089caa
1 Parent(s): 96a8899

Update dash_plotly_QC_scRNA.py

Browse files
Files changed (1) hide show
  1. dash_plotly_QC_scRNA.py +0 -1
dash_plotly_QC_scRNA.py CHANGED
@@ -230,7 +230,6 @@ tab4_content = html.Div([
230
  html.Label("Multi gene"),
231
  dcc.Dropdown(id='dpdn7', value=["PAX6","TP63","S100A9"], multi=True,
232
  options=df.columns),
233
- ]),
234
  html.Div([
235
  dcc.Graph(id='scatter-plot-12', figure={}, className='four columns',config=config_fig)
236
  ]),
 
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
  ]),