Changed web_ui.html loading in serve_web_ui() to use absolute path
instead of relative path. This resolves 404 errors when Flask is
started from directories other than the project root, which commonly
occurs in production web server deployments.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>