Change title to project name
This commit is contained in:
@@ -86,7 +86,7 @@ app = dash.Dash(__name__, external_stylesheets=[dbc.themes.BOOTSTRAP])
|
|||||||
app.config.suppress_callback_exceptions = True
|
app.config.suppress_callback_exceptions = True
|
||||||
|
|
||||||
app.layout = dbc.Container([
|
app.layout = dbc.Container([
|
||||||
html.H1("CAN Bus Analyzer", className="my-4"),
|
html.H1("CANveyor", className="my-4"),
|
||||||
dbc.Tabs([
|
dbc.Tabs([
|
||||||
dbc.Tab(label="Overview", tab_id="overview", children=[
|
dbc.Tab(label="Overview", tab_id="overview", children=[
|
||||||
html.Div(id="overview-content")
|
html.Div(id="overview-content")
|
||||||
|
|||||||
Reference in New Issue
Block a user