harlequin-web / app.py
davidgasquez's picture
:art:
a11c746
raw
history blame
121 Bytes
from textual_serve.server import Server
server = Server("python -m textual", host="0.0.0.0", port=8080)
server.serve()