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 ```