Trying to build a Flask webpage which stores username dynamically
I’m a beginner to coding website apps so please be nice.
I am trying to build a Flask website in python. The idea is that initially, the user will go to a login page, type their name into the input bar, and then the Home page will pop up saying ‘welcome ‘. Here is my code: