I have deployed a flask app on Heroku with following tree structure :
├── app.py ├── config.json ├── payload.json ├── Procfile ├── requirements.txt