Sandesh Ghimire

Results 1 comments of Sandesh Ghimire

app = Flask(__name__) instead of this only you can write as mentioned below. app = Flask(__name__, template_folder='templates') //here templates is the folder name , check your folder name and write...