li-nguyen commited on
Commit
916c804
·
1 Parent(s): a2f4880

Fix server call

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ app.layout = dbc.Container(
69
  ]
70
  )
71
 
72
- server = app.dash.server
73
 
74
  if __name__ == "__main__":
75
  app.run()
 
69
  ]
70
  )
71
 
72
+ server = app.server
73
 
74
  if __name__ == "__main__":
75
  app.run()