Streamlit on Cloudrun

Hi, Has anyone had any luck in deploying streamlit appl on GCP -Cloudrun.

I have been able to successfully deploy the app on Cloudrun. My app is a very simple app at the moment with just the below lines of code

st.title('My title')
st.header("my header")
st.text("my test text")

The issue i am facing is , Cloudrun doesnt produce any output. Has anyone faced this and resolved it.

Appreciate if you can share your comments. Thanks in advance.
Arun