Arts-of-coding commited on
Commit
110f4af
·
verified ·
1 Parent(s): ebbf9cb

Update pages/corg.py

Browse files
Files changed (1) hide show
  1. pages/corg.py +1 -0
pages/corg.py CHANGED
@@ -271,6 +271,7 @@ tab4_content = html.Div([
271
 
272
  # Define the tabs layout
273
  layout = html.Div([
 
274
  dcc.Tabs(id='tabs', style= {'width': 600,
275
  'font-size': '100%',
276
  'height': 50}, value='tab1',children=[
 
271
 
272
  # Define the tabs layout
273
  layout = html.Div([
274
+ html.H1(f'Dataset analysis dashboard: {dataset}'),
275
  dcc.Tabs(id='tabs', style= {'width': 600,
276
  'font-size': '100%',
277
  'height': 50}, value='tab1',children=[