maxschulz-COL commited on
Commit
8c43a20
·
verified ·
1 Parent(s): c83d579

Move server definition out of `main.py`

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1197,10 +1197,9 @@ dashboard = vm.Dashboard(
1197
  ),
1198
  )
1199
 
 
1200
 
1201
  if __name__ == "__main__":
1202
- app = Vizro().build(dashboard)
1203
-
1204
  banner = dbc.NavLink(
1205
  ["Made with ", html.Img(src=get_asset_url("logo.svg"), id="banner", alt="Vizro logo"), "vizro"],
1206
  href="https://github.com/mckinsey/vizro",
 
1197
  ),
1198
  )
1199
 
1200
+ app = Vizro().build(dashboard)
1201
 
1202
  if __name__ == "__main__":
 
 
1203
  banner = dbc.NavLink(
1204
  ["Made with ", html.Img(src=get_asset_url("logo.svg"), id="banner", alt="Vizro logo"), "vizro"],
1205
  href="https://github.com/mckinsey/vizro",