Unable to view flask app — network error 404 on localhost

Solution
@app.route('/')
def index():
    return '

hello world

'