Arts-of-coding commited on
Commit
2f7b320
·
verified ·
1 Parent(s): de6d6d8

Update dash_plotly_QC_scRNA.py

Browse files
Files changed (1) hide show
  1. 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': 400,
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),