from ui import launch_ui def main(): print("Launching web UI...") launch_ui() if __name__ == "__main__": main()