polats Claude Opus 4.8 (1M context) commited on
Commit
3bdc1e5
·
1 Parent(s): dfdc145

Icon: crossed swords ⚔️ instead of soldier hat

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
@@ -1,6 +1,6 @@
1
  ---
2
  title: Tiny Army
3
- emoji: 🪖
4
  colorFrom: red
5
  colorTo: yellow
6
  sdk: docker
@@ -10,7 +10,7 @@ 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
 
 
1
  ---
2
  title: Tiny Army
3
+ emoji: ⚔️
4
  colorFrom: red
5
  colorTo: yellow
6
  sdk: docker
 
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
 
app.py CHANGED
@@ -40,7 +40,7 @@ BATTLE_IFRAME = (
40
  )
41
 
42
  with gr.Blocks(title="Tiny Army", theme=gr.themes.Soft()) as demo:
43
- gr.Markdown("# 🪖 Tiny Army\n"
44
  "*Every fighter writes its own legend — and the legend is true.* "
45
  "The deterministic auto-battler engine runs in your browser, below.")
46
  gr.HTML(BATTLE_IFRAME)
 
40
  )
41
 
42
  with gr.Blocks(title="Tiny Army", theme=gr.themes.Soft()) as demo:
43
+ gr.Markdown("# ⚔️ Tiny Army\n"
44
  "*Every fighter writes its own legend — and the legend is true.* "
45
  "The deterministic auto-battler engine runs in your browser, below.")
46
  gr.HTML(BATTLE_IFRAME)