From b92fa9013b11621822cf0b4efeecdb58c19b12e1 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Tue, 24 Feb 2026 20:37:20 -0500 Subject: [PATCH] docs: Update entry point to gui_2.py --- GEMINI.md | 2 +- Readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GEMINI.md b/GEMINI.md index f688e16..a833d0b 100644 --- a/GEMINI.md +++ b/GEMINI.md @@ -30,7 +30,7 @@ ``` * **Run the Application:** ```powershell - uv run .\gui_legacy.py + uv run .\gui_2.py ``` # Development Conventions diff --git a/Readme.md b/Readme.md index 2a8ccf4..f894ced 100644 --- a/Readme.md +++ b/Readme.md @@ -41,5 +41,5 @@ api_key = "****" 2. Have fun. This is experiemntal slop. ```ps1 -uv run .\gui_legacy.py +uv run .\gui_2.py ```