What is the correct `Start Command` for a Python Dash app?

Got the solution!

I changed the name from app.py to my_app.py, and used the start command gunicorn my_app:server.

That does the trick! :hugs:

1 Like