feat(gui): Rename gui.py to gui_legacy.py and update references

This commit is contained in:
2026-02-24 20:36:04 -05:00
parent 76ee25b299
commit c4c47b8df9
10 changed files with 25 additions and 25 deletions

View File

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