Heroku Deployment unsuccessful

Here is the ‘heroku logs --tail’ reults

please suggest how to create the Procfile properly for windows when gunicorn is not working.
Also how to use gunicorn to run the program from windows cmd prompt

2020-06-15T15:39:07.951174+00:00 heroku[router]: at=error code=H20 desc=“App boot timeout” method=POST path="/888767447:AAGht_fcIo7IVRCTJk9SiqqPdtw0yAuAbpM" host=himangi-telegram-bot.herokuapp.com request_id=54be13bc-44aa-4d7f-b5f0-86109c713d2e fwd=“91.108.6.91” dyno= connect= service= status=503 bytes= protocol=https
2020-06-15T15:39:11.054552+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
2020-06-15T15:39:11.078079+00:00 heroku[web.1]: Stopping process with SIGKILL
2020-06-15T15:39:11.171582+00:00 heroku[web.1]: Process exited with status 137
2020-06-15T15:39:11.206674+00:00 heroku[web.1]: State changed from starting to crashed
2020-06-15T15:39:13.930154+00:00 heroku[router]: at=error code=H10 desc=“App crashed” method=GET path="/" host=himangi-telegram-bot.herokuapp.com request_id=e1a54f54-a0cb-4e8b-b915-4d33c18e90f0 fwd=“122.161.169.194” dyno= connect= service= status=503 bytes= protocol=https

Hey @big-o-n_123

First of all, Gunicorn is incompatible with Windows. You need a Linux (UNIX) environment to run gunicorn locally.
Secondly, to debug your error, I need the Procfile as well as the flask code. Request you to share them through Google Drive or the Coding Blocks IDE.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.