from textual_serve.server import Server server = Server("python3 main.py", title="辅助记忆程序", host="0.0.0.0") server.serve()