The README mentions the WebUI but doesn't make it obvious that you need to run `subsai-webui` first. Tried navigating to `http://localhost:8501\` and got nothing β spent a few minutes thinking it was broken before realizing the server wasn't started.
Suggestion: add a clear "Getting Started" section for the WebUI:
```bash
Start the Web UI
subsai-webui
Then open in your browser:
```
Also worth mentioning:
Small thing but would save new users some confusion.
The README mentions the WebUI but doesn't make it obvious that you need to run `subsai-webui` first. Tried navigating to `http://localhost:8501\` and got nothing β spent a few minutes thinking it was broken before realizing the server wasn't started.
Suggestion: add a clear "Getting Started" section for the WebUI:
```bash
Start the Web UI
subsai-webui
Then open in your browser:
http://localhost:8501
```
Also worth mentioning:
Small thing but would save new users some confusion.