Restructured app for multiview, first working callback
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import dash
|
||||
import dash_bootstrap_components as dbc
|
||||
|
||||
app = dash.Dash("trackdechets-public-dash", title='DECP.info : statistiques',
|
||||
external_stylesheets=[dbc.themes.GRID], suppress_callback_exceptions=True)
|
||||
server = app.server
|
||||
Reference in New Issue
Block a user