By writing the address and port to his browser when the app is running at your machine It should work if he is in the same LAN and you are running using “0.0.0.0” as you seem to be.
For other uses than quick demoing, you should consider deploying your app with gunicorn or equivalent, see https://dash.plotly.com/deployment. And maybe you should turn debug off while running visible to all
Hi there, you can take a look at https://ngrok.com/.
It is a pretty neat tool with a generous free plan. You run it on your computer and it creates a secure tunnel to a random URL.