Spaces:
Sleeping
Sleeping
| from textual_serve.server import Server | |
| # Configure server with host and port in the constructor | |
| server = Server("python -m textual", host="0.0.0.0", port=7860) | |
| server.serve() | |