Getting application error while running the python app on heroku
问题 I am trying to deploy a simple python app to heroku but I am getting application error while running the command "heroku open". Below is the list of files and folders in my root directory of the application. Inside my Procfile, I have written the below code: web: gunicorn script1:app This is the first time I am trying to deploy the app to heroku. Below is the sequence of commands I am using for the same: Create 3 files in my root folder, requirements.txt, Procfile, runtime.txt. Open command