From c03d1b26f3c0e07c51d59cc6596ec219af9bd159 Mon Sep 17 00:00:00 2001 From: Holt Skinner <13262395+holtskinner@users.noreply.github.com> Date: Tue, 4 Feb 2025 15:11:47 -0600 Subject: [PATCH] fix: Add Deploy to Cloud Run button for streamlit (#1692) --- gemini/sample-apps/gemini-streamlit-cloudrun/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gemini/sample-apps/gemini-streamlit-cloudrun/README.md b/gemini/sample-apps/gemini-streamlit-cloudrun/README.md index ed40be55ffc..6c93d4e2647 100644 --- a/gemini/sample-apps/gemini-streamlit-cloudrun/README.md +++ b/gemini/sample-apps/gemini-streamlit-cloudrun/README.md @@ -1,5 +1,7 @@ # Cloud Run application utilizing Streamlit Framework that demonstrates working with Gemini API in Vertex AI +[![Run on Google Cloud](https://deploy.cloud.run/button.svg)](https://deploy.cloud.run) + | | | | --------- | ---------------------------------------------- | | Author(s) | [Lavi Nigam](https://github.com/lavinigam-gcp) |