No application file

Also received the “No application file” warning on my newly created space after an initial git commit/push to upload my app.

I was able to resolve by making a commit to app.py in the browser.

  1. Navigate to “create the app.py file directly in your browser” link just below the commit and push instructions on your space “home page.”

  2. Paste the contents of your already existing app.py file

  3. Commit to main

This should pick up the app.py file and trigger a build.

1 Like