How do I make it show my “open in a new tab” thing using flask

how do i make it show my “open in a new tab” thing using flask in python?

app.run(host='0.0.0.0', port=8080) should work

thanks, but that doesn’t answer my question, also it works now!

Oh okay, glad it works though!