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…