Dashboard/index.py [132:142]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        dbc.Row([
            dbc.Col([
            html.H5("Overlapping Segments", className="text-center"),
            dcc.Tab(label='Segment Types Overlapping', children=[
            dcc.Graph(
                id='chrt-portfolio-main',
                figure = fig.update_layout(template = 'plotly_dark'),
                style={'height': 550}),
            html.Hr(),
                
        ]),        
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



Dashboard/pages/home.py [133:143]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        dbc.Row([
            dbc.Col([
            html.H5("Overlapping Segments", className="text-center"),
            dcc.Tab(label='Segment Types Overlapping', children=[
            dcc.Graph(
                id='chrt-portfolio-main',
                figure = fig.update_layout(template = 'plotly_dark'),
                style={'height': 550}),
            html.Hr(),
                
        ]),        
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



