Arts-of-coding commited on
Commit
950ff78
1 Parent(s): 9061fb4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -17,7 +17,8 @@ app.layout = html.Div([
17
  html.Div(
18
  dcc.Link(f"{page['name']}", href=page["path"])
19
  ) for page in dash.page_registry.values() if page["location"] == "sidebar"
20
- ])
 
21
  ])
22
 
23
  if __name__ == '__main__':
 
17
  html.Div(
18
  dcc.Link(f"{page['name']}", href=page["path"])
19
  ) for page in dash.page_registry.values() if page["location"] == "sidebar"
20
+ ]),
21
+ dash.page_container
22
  ])
23
 
24
  if __name__ == '__main__':