Flask not detecting CSS file within 'static' folder
I've been trying to run a Flask program, however it is not detecting the style.css file within the static folder. The organization of my different directories are shown in this image here: file directories My app.py code is: from flask…