Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c198d83c5 | |||
| 57505074cd |
@@ -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")
|
||||
@@ -209,4 +209,4 @@ def update_corr(method, target, bus, tab):
|
||||
return plot_correlation_heatmap(corr_df, target_id=target_id, title=title)
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(debug=True)
|
||||
app.run(debug=False)
|
||||
|
||||
Reference in New Issue
Block a user