I easily deploy stleamlit pages on cloudrun.
I use streamlit multipage and cloudrun.
sample pages
https://boku.bono0.com/http001
The overall configuration is:
-
Deploy docker image to cloudrun , dockerhub , bono0/st
-
Mount storage, /app/pages
-
Copy python file to storage, app01.py
And that’s it.
#app01.py
import streamlit as st
st.write(“hello”)
st.write(“hello end”)