update to dash v2,dbc v1 and fix issue

This commit is contained in:
Florian Bezannier
2021-10-23 12:37:51 +02:00
parent 220ae91386
commit 89e13627de
12 changed files with 54 additions and 34 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
import html
import dash_bootstrap_components as dbc
from dash._utils import create_callback_id
from dash.dependencies import Output, Input
from web.tools.import_dash_html import html
from web.app import dash_app