maxschulz-COL commited on
Commit
47ae43e
·
1 Parent(s): d65e306

Add server

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,6 +194,6 @@ app.dash.layout.children.append(
194
  )
195
  )
196
 
197
-
198
  if __name__ == "__main__":
199
  app.run()
 
194
  )
195
  )
196
 
197
+ server = app.dash.server
198
  if __name__ == "__main__":
199
  app.run()