Flask Web App TutorialSetup & InstallationMake sure you have the latest version of Python installed.git clone <repo-url>pip install -r requirements.txtRunning The Apppython main.pyViewing The AppGo to http://127.0.0.1:5000