Forums

my first app in flaks here

I have this address http://gerond.pythonanywhere.com/ and the the flask app is like this:

from flask import Flask app = Flask(name)

@app.route("/") def home(): return "Hello World!"

the problem is that it outputs something that I have allready removed and not the new "hello world!" even I have saved and refresh

Looks like you fixed it and it's showing something different now.