Every HTML file should be kept inside the templates folder and CSS, JavaScript, other images, and videos have to be put under the static folder. folder/
app.py
templates/
index.html
static/
css/
style.css
js/
script.js
images/
logo.png 2. All the sensitive information like credentials, API keys, usernames, passwords should be added…