from tower_game.ui import build_app demo = build_app() if __name__ == "__main__": demo.queue(default_concurrency_limit=8).launch(share=True)