Issue Deploying Panel App in Heroku

Hello,
I’m a newbie trying to deploy a Panel App in Heroku. I followed the minimal-heroku-demo template. I was able to build and deploy the app, but if I’m troubleshooting the Heroku error log correctly, it looks like I’m not getting a dyno running and get an H14 error code. During the build process I saw: Procfile declares types → (none).

This is the format for the Procfile.txt I am using:
web: panel serve --address=“0.0.0.0” --port=$PORT my_notebook.ipynb --allow-websocket-origin=my-app.herokuapp.com

Adam

Does it have to be Heroku? Does Huggingface work?

Nope I’m agnostic. Heroku was the first one I was attempting to use. I thought there might be a quick answer to my newbie issue, but I’d gladly look into Hugging Face. I’m interested in an easy way to share my work.

I recommend Huggingface! It’s pretty straightforward and the machines are pretty good for $0: Panel on Hugging Face

Thanks, up and running now!