docs: Update entry point to gui_2.py

This commit is contained in:
2026-02-24 20:37:20 -05:00
parent 188725c412
commit b92fa9013b
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
```
* **Run the Application:**
```powershell
uv run .\gui_legacy.py
uv run .\gui_2.py
```
# Development Conventions

View File

@@ -41,5 +41,5 @@ api_key = "****"
2. Have fun. This is experiemntal slop.
```ps1
uv run .\gui_legacy.py
uv run .\gui_2.py
```