I am running a flask app on a shared/local network using this like of code in my flask file:
app.run(host=[myipaddress], port=\'5000\')
Other