Is your feature request related to a problem? Please describe.
Textual supports running the app through a web GUI, but this repo is not configured correctly for it. The command in server.py is incorrect, so the web GUI cannot be launched successfully.
Also, the TUI start command currently documented in README.md contains a bug and may produce errors.
Describe the solution you'd like
Update the command in server.py so the web GUI can start correctly.
Also update README.md with the correct commands for launching both the TUI and the web GUI.
Describe alternatives you've considered
Use only the TUI version, but the current TUI start command also has an issue.
Additional context
Is your feature request related to a problem? Please describe.
Textual supports running the app through a web GUI, but this repo is not configured correctly for it. The command in
server.pyis incorrect, so the web GUI cannot be launched successfully.Also, the TUI start command currently documented in
README.mdcontains a bug and may produce errors.Describe the solution you'd like
Update the command in
server.pyso the web GUI can start correctly.Also update
README.mdwith the correct commands for launching both the TUI and the web GUI.Describe alternatives you've considered
Use only the TUI version, but the current TUI start command also has an issue.
Additional context