added layout elements
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from dash import html, dcc
|
||||
|
||||
|
||||
stores_element = html.Div([
|
||||
dcc.Store(id='visual-communication-name', storage_type='session'),
|
||||
])
|
||||
Reference in New Issue
Block a user