Arts-of-coding commited on
Commit
c1b2178
1 Parent(s): eb44f4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ pl.enable_string_cache(False)
10
  external_stylesheets = ['https://codepen.io/chriddyp/pen/bWLwgP.css']
11
 
12
  app = dash.Dash(__name__, use_pages=True, external_stylesheets=external_stylesheets,
13
- prevent_initial_callbacks = True)
14
 
15
  app.layout = html.Div([
16
  html.H1('Multi-page app with Dash Pages'),
 
10
  external_stylesheets = ['https://codepen.io/chriddyp/pen/bWLwgP.css']
11
 
12
  app = dash.Dash(__name__, use_pages=True, external_stylesheets=external_stylesheets,
13
+ prevent_initial_callbacks = 'initial_duplicate')
14
 
15
  app.layout = html.Div([
16
  html.H1('Multi-page app with Dash Pages'),