From 437f1a3729c4b87705cec88b2cd1cd2f53c647fa Mon Sep 17 00:00:00 2001 From: corrieann Date: Tue, 28 Apr 2026 15:13:03 -0400 Subject: [PATCH 1/2] Remove demo link for spatial understanding Remove demo link for spatial understanding. We're deleting the app from AIS due to low usage. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d79825b6..b9341826 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,8 @@ included here can run standalone using the ## Spatial Understanding -[Spatial Understanding](/spatial/) -([live demo](https://aistudio.google.com/app/starter-apps/spatial)) is a simple -demonstration of Gemini's 2D and 3D spatial understanding and reasoning -capabilities. It was built with React. +[Spatial Understanding](/spatial/) is a simple demonstration of Gemini's 2D and 3D +spatial understanding and reasoning capabilities. It was built with React. This example should give you an idea of how to get started with spatial analysis using Gemini. Check out [Prompt.tsx](/spatial/src/Prompt.tsx) to see how From e339a57b2813e6e6e3be9827a1b8d55e96ec5aae Mon Sep 17 00:00:00 2001 From: corrieann Date: Tue, 28 Apr 2026 15:20:29 -0400 Subject: [PATCH 2/2] Apply suggestion from @gemini-code-assist[bot] Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9341826..f9f6ffb8 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ included here can run standalone using the ## Spatial Understanding -[Spatial Understanding](/spatial/) is a simple demonstration of Gemini's 2D and 3D -spatial understanding and reasoning capabilities. It was built with React. +[Spatial Understanding](/spatial/) is a simple demonstration of +Gemini's 2D and 3D spatial understanding and reasoning capabilities. +It was built with React. This example should give you an idea of how to get started with spatial analysis using Gemini. Check out [Prompt.tsx](/spatial/src/Prompt.tsx) to see how