hadadrjt commited on
Commit
5952826
·
1 Parent(s): 6c284cf

ai: Enable progressive web app.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ if __name__ == "__main__":
16
 
17
  # Call the 'launch' method on the 'app' object to start the user interface.
18
  # This typically opens the UI window or begins the event loop, making the application interactive.
19
- app.queue(default_concurrency_limit=2).launch(show_api=False, quiet=True)
 
16
 
17
  # Call the 'launch' method on the 'app' object to start the user interface.
18
  # This typically opens the UI window or begins the event loop, making the application interactive.
19
+ app.queue(default_concurrency_limit=2).launch(show_api=False, quiet=True, pwa=True)