DontPlanToEnd commited on
Commit
4747ff7
·
verified ·
1 Parent(s): 17ed469

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -705,6 +705,8 @@ dashGridOptions = {
705
 
706
  # Define the layout
707
  app.layout = html.Div([
 
 
708
  # Header
709
  html.Div([
710
  html.Div([
 
705
 
706
  # Define the layout
707
  app.layout = html.Div([
708
+ dcc.Store(id='pinned-models-store', data=[]),
709
+
710
  # Header
711
  html.Div([
712
  html.Div([