From 742f9538122943f72d2218a1cc3800fc6f487983 Mon Sep 17 00:00:00 2001 From: Festus Maithya Date: Sun, 5 May 2024 15:35:15 +0300 Subject: [PATCH] Update app.py Adds link to source code --- BUILD_ON_CLOUD/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD_ON_CLOUD/app.py b/BUILD_ON_CLOUD/app.py index bdacaa4..6008539 100644 --- a/BUILD_ON_CLOUD/app.py +++ b/BUILD_ON_CLOUD/app.py @@ -96,7 +96,7 @@ st.subheader("Powered by Function Calling in Gemini") st.markdown( - "[Source Code]()   •   [Documentation](https://cloud.google.com/vertex-ai/docs/generative-ai/multimodal/function-calling)   •   [Codelab](https://codelabs.developers.google.com/codelabs/gemini-function-calling)   •   [Sample Notebook (Intro to function calling)](https://github.com/)" + "[Source Code](https://github.com/GDSCKCA2023-224/DATA_ENGINEERING_TRACK/tree/main/BUILD_ON_CLOUD)   •   [Documentation](https://cloud.google.com/vertex-ai/docs/generative-ai/multimodal/function-calling)   •   [Codelab](https://codelabs.developers.google.com/codelabs/gemini-function-calling)   •   [Sample Notebook (Intro to function calling)](https://github.com/)" ) with st.expander("Sample prompts", expanded=True):