
Step 3: Launching jobs
Final code structure overview The code for this second part looks mostly similar to the second part with a new workflow, a new countdown subpackage, and a new batch.py util file. Sample code repo here. sample-streamlit-deploy .github/workflows/ custom-docker-push.yml docker-push.yml update-streamlit.yml .gitignore code_package/ countdown/ countdown.py streamlit/ pages/* util/ google_oauth.py Home.py requirements.txt start.sh util/ batch.py cloud.py Dockerfile Makefile docker-compose.yml environment.yml Overview One of the limitations of streamlit is that it doesn’t play well with longer running computations....