Created a new web flask app and run it successfully in it's default settings. In the browser it displays "hello from flask"
So I added extra text and saved changes.
However when I run it again in browser, the nothing changed .
How do I make changes reflect in the app