MohamedRashad commited on
Commit
6b68ecd
·
1 Parent(s): 5de33a6

Enable server-side rendering mode when launching the app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,4 +61,4 @@ def create_app():
61
 
62
  if __name__ == "__main__":
63
  app = create_app()
64
- app.queue().launch(share=True)
 
61
 
62
  if __name__ == "__main__":
63
  app = create_app()
64
+ app.queue().launch(share=True, ssr_mode=True)