We have a small flask project here https://github.com/codesydney/OPEND
It is working as expected locally. However, when deployed to heroku, it keeps on throwing gunicorn: error: unrecognized arguments: app:app.
Procfile content is "web: gunicorn app:app".
Thanks in advance for your help. Cheers!