from app.ui.ui_spaces import build as build_space if __name__ == "__main__": app = build_space() app.launch()