diff --git a/main.py b/main.py index 8c9fe43..96ae4b7 100644 --- a/main.py +++ b/main.py @@ -86,7 +86,7 @@ app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP]) app.config.suppress_callback_exceptions = True app.layout = dbc.Container([ - html.H1("CAN Bus Analyzer", className="my-4"), + html.H1("CANveyor", className="my-4"), dbc.Tabs([ dbc.Tab(label="Overview", tab_id="overview", children=[ html.Div(id="overview-content")