Why after loading Procfile continues to write: Warning: Your application is missing a Procfile. This file tells you how to run your application. ?
This is what the folder looks like: 
Procfile content:
web: python main.py
Why it happens? How to do everything right?


dircommand and make sure. - D-side