I have created a Flask-CRUD web application.
My app build is successful but is not deployed when I check the logs I get
`H14 No web processes running error`
I checked the dyno status through command
heroku ps
and I got result
**Eco dyno hours quota remaining this month: 550h 0m** (100%) Eco dyno usage for this app: 0h 0m (0%)
My procfile is also named as Procfile (capital P)
web: gunicorn app: app
How can I resolve this my procfile is named as Procfile and I have also tried removing and adding back python buildpack