polats Claude Opus 4.8 (1M context) commited on
Commit
c0ec0a4
·
1 Parent(s): 787e9bb

Rename project branding Echo Wars -> Tiny Army

Browse files

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files changed (2) hide show
  1. README.md +2 -2
  2. app.py +1 -1
README.md CHANGED
@@ -7,14 +7,14 @@ sdk: docker
7
  app_port: 7860
8
  pinned: false
9
  license: mit
10
- short_description: Echo Wars — fighters write their own true legends
11
  ---
12
 
13
  # 🪖 Tiny Army
14
 
15
  **HF Build Small Hackathon entry — Track 2 ("An Adventure in Thousand Token Wood").**
16
 
17
- *Echo Wars: every fighter writes its own legend — and the legend is true.*
18
 
19
  A small local LLM gives each auto-battler unit a persona and writes its first-person
20
  war diary from what it actually lived through. The twist that makes the AI
 
7
  app_port: 7860
8
  pinned: false
9
  license: mit
10
+ short_description: Tiny Army — fighters write their own true legends
11
  ---
12
 
13
  # 🪖 Tiny Army
14
 
15
  **HF Build Small Hackathon entry — Track 2 ("An Adventure in Thousand Token Wood").**
16
 
17
+ *Tiny Army: every fighter writes its own legend — and the legend is true.*
18
 
19
  A small local LLM gives each auto-battler unit a persona and writes its first-person
20
  war diary from what it actually lived through. The twist that makes the AI
app.py CHANGED
@@ -23,7 +23,7 @@ INDEX = """<!doctype html>
23
  <body><div>
24
  <div class="badge">🪖</div>
25
  <h1>Tiny Army</h1>
26
- <p><em>Echo Wars: every fighter writes its own legend — and the legend is true.</em></p>
27
  <p>The battlefield (Pixi) mounts here. For now, visit the barracks:
28
  <a href="/app">/app</a></p>
29
  </div></body></html>"""
 
23
  <body><div>
24
  <div class="badge">🪖</div>
25
  <h1>Tiny Army</h1>
26
+ <p><em>Tiny Army: every fighter writes its own legend — and the legend is true.</em></p>
27
  <p>The battlefield (Pixi) mounts here. For now, visit the barracks:
28
  <a href="/app">/app</a></p>
29
  </div></body></html>"""