Arts-of-coding commited on
Commit
9a6e9d3
1 Parent(s): 1392e43

Update app.py

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