How to solve 403 error with Flask in Python?

Solution
if __name__ == "__main__":
    app.run(port=8000, debug=True)