Restructured app for multiview, first working callback

This commit is contained in:
Colin Maudry
2022-01-29 19:45:10 +01:00
parent d6d081af5c
commit b67bf183f8
4 changed files with 51 additions and 26 deletions
+6
View File
@@ -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