Arts-of-coding
commited on
Commit
•
a279a06
1
Parent(s):
829f86c
Update dash_plotly_QC_scRNA.py
Browse files- dash_plotly_QC_scRNA.py +1 -1
dash_plotly_QC_scRNA.py
CHANGED
@@ -270,7 +270,7 @@ app.layout = html.Div([
|
|
270 |
dcc.Tabs(id='tabs', style= {'width': 600,
|
271 |
'font-size': '100%',
|
272 |
'height': 50}, value='tab1',children=[
|
273 |
-
dcc.Tab(label='Dataset', value='tab0', children=tab0_content),
|
274 |
dcc.Tab(label='QC', value='tab1', children=tab1_content),
|
275 |
dcc.Tab(label='Cell cycle', value='tab2', children=tab2_content),
|
276 |
dcc.Tab(label='Custom', value='tab3', children=tab3_content),
|
|
|
270 |
dcc.Tabs(id='tabs', style= {'width': 600,
|
271 |
'font-size': '100%',
|
272 |
'height': 50}, value='tab1',children=[
|
273 |
+
#dcc.Tab(label='Dataset', value='tab0', children=tab0_content),
|
274 |
dcc.Tab(label='QC', value='tab1', children=tab1_content),
|
275 |
dcc.Tab(label='Cell cycle', value='tab2', children=tab2_content),
|
276 |
dcc.Tab(label='Custom', value='tab3', children=tab3_content),
|