Spaces:
Sleeping
Sleeping
Arts-of-coding
commited on
Update dash_plotly_QC_scRNA.py
Browse files- dash_plotly_QC_scRNA.py +1 -1
dash_plotly_QC_scRNA.py
CHANGED
@@ -237,7 +237,7 @@ tab4_content = html.Div([
|
|
237 |
|
238 |
# Define the tabs layout
|
239 |
app.layout = html.Div([
|
240 |
-
dcc.Tabs(id='tabs', style= {'width':
|
241 |
'font-size': '100%',
|
242 |
'height': 50}, value='tab1',children=[
|
243 |
dcc.Tab(label='QC', value='tab1', children=tab1_content),
|
|
|
237 |
|
238 |
# Define the tabs layout
|
239 |
app.layout = html.Div([
|
240 |
+
dcc.Tabs(id='tabs', style= {'width': 600,
|
241 |
'font-size': '100%',
|
242 |
'height': 50}, value='tab1',children=[
|
243 |
dcc.Tab(label='QC', value='tab1', children=tab1_content),
|