/Deploying Flask App for Telegram Bot on Heroku/

Giving Application error while deploying on flask when i am opening OpenApp in heroku

github link --> https://github.com/VIJAY-2018/news_bot

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, or change the name of your bot.py file to app.py