Deploying Streamlit apps to Google App Engine in 5 simple steps.
Published in
3 min readMar 2, 2021
--
This post will take you through how to take a python app built using the streamlit
package, dockerize it and deploy it to Google App Engine.
What you Need:
git — To clone the GitHub repository that contains a streamlit app which is ready to be deployed.
Docker — To bundle application code, requirements and configuration…