Deploying bot on heroku

sir gunicorn app:app in windows not running even after installing gunicorn sir what to do

sir after deploying on the site it is not showing hello

sir it is showing application error sir i skipped the gunicorn part and i directly use flask to run my app may it happening due to this

hey @wick007 ,
it won’t run on windows , its a linux programm and command

Nope that won’t work on linux like this.
on windows it will work , but not on linux. For linux and specifically heroku you need to use gunicorn.