Sending OSC messages - change IP address

The wifi ip address for me is 192.xxx.x.x

However when I deploy the streamlit app, the ip address for the app is 127.0.0.1.

This is causing problems as I am sending OSC messages to a platform which needs to be on the same wifi, is it possible to update the streamlit ip address for the deployed app to match my wifi ip address?

(I’m using python-osc to send OSC messages to an openFrameworks app. It works fine if I’m running Streamlit locally)

Hi @catarina-rodrigues

Thanks for posting your question.

Would changing your localhost port get rid of the issue?

Thanks
Charly