Spaces:
Running
Running
Commit ·
e95a7ce
1
Parent(s): bce6d41
fix(readme): trim short_description to ≤60 chars (HF Space yaml limit)
Browse filesPrevious push to HF failed pre-receive: 'short_description length must be less than or equal to 60 characters long'. Trim from 96 chars to 52: '14 anti-bullshit LLM diagnostics in browser. 4 langs.'
Also gitignore HF_FORUM_POST.md / HN_POST.md / EMAIL_*.md (drafts the user copy-pastes elsewhere — not source).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
README.md
CHANGED
|
@@ -6,7 +6,7 @@ colorTo: green
|
|
| 6 |
sdk: static
|
| 7 |
pinned: true
|
| 8 |
license: apache-2.0
|
| 9 |
-
short_description: 14
|
| 10 |
tags:
|
| 11 |
- transformer
|
| 12 |
- llm
|
|
|
|
| 6 |
sdk: static
|
| 7 |
pinned: true
|
| 8 |
license: apache-2.0
|
| 9 |
+
short_description: 14 anti-bullshit LLM diagnostics in browser. 4 langs.
|
| 10 |
tags:
|
| 11 |
- transformer
|
| 12 |
- llm
|