Hello !
I was trying to deploy one of my streamlit apps on cloud which I already had containerized on my local using docker. I did not want to go through the trouble of writing Procfile, installing heroku cli etc. and after a little bit of digging around I was able to achieve it. I have created a small tutorial on this repo with the template that I use for my streamlit apps, https://github.com/ash2shukla/streamlit-heroku I hope it will save someone’s time ! 