Deploying Flask App for Telegram Bot on Heroku

Giving application error while deploying on Heroku

here is the link to my github project

In your Procfile you have mentioned that there is an app variable in your app file, which will be used for the deployment so use “bot:app” instead of app:app