app = Flask(__name__) #rest of code here... if __name__ == \'__main__\': app.run(debug=True, port=5000
When trying to access localhost:5000, I get