Currently, I am utilizing PyCharm with Flask.
In my project, I have both an HTML file and a CSS file. Initially, everything was working perfectly fine after writing the code and launching it. However, whenever I make changes to the CSS file, the modifications don't seem to reflect on the design. Interestingly, even if I delete the CSS file altogether, the design remains unchanged. What could be causing this issue?
I have enabled debug mode, attempted to rerun the program, stopped/started it again, and even restarted PyCharm in an effort to resolve this problem. Strangely enough, when I modify the HTML file, all the changes are applied as expected.