I'm new at flask and programing, and I want to ask is it possible to get browser update css without hard reset? because its very frustrating every time I change something go into browser and hit CTRL + F5.
from flask_web import app
if "__main__" == __name__:
app.run(debug=True)