Hey 👋 Currently, because of [this](https://github.com/SmooSenseAI/smoosense/blob/fe9e30adeae145dbd062b1f472f3602333d70cbd/smoosense-py/smoosense/cli/server.py#L76) parameter `host` being hardcoded to `localhost`, it's impossible to host `smoosense` on a remote host. I'd suggest to maybe either hardcoding `0.0.0.0` there or introduce an additional `--host` parameter for that?