I want to access the flask app from a different device within the same local network. I ran the flask app using:
app.run(host=\'0.0.0.0\',port=\'5000\')