Hi Team,
I am trying to deploy my Python 3.8 Flask Web App to a linux Azure App service. I have tried different options for deployment like from Visual Studio Code(using the azure extension), Visual Studio 2019, through PowerShell(for uploading the files to the app service) etc. I can see my files placed in the wwwroot folder on the web app using the Kudu Console. But I am unable to browse my web application. I am still getting the default web page any Azure Web App has. I am able to browse the web app when I run it locally. Could you please help with the issue in deploying my Flask app. PFB some screenshots:
These are the files I have in wwwroot folder:

Following is the web page I am getting when I try to browse to the website:
