Arts-of-coding
commited on
Update pages/corg.py
Browse files- 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=[
|