How to access a Dash plotly running locally on another machine

Hi I want to access the dashboard on a Dash thats running on another machine.

Something like going to a webapge [IP ADDRESS]:[Port Number] for the other machine’s IP and the Port number the Dash app is running on.

Is there some configurations I need to do on application.py to make this work?