Spaces:
Running
Running
Icon: crossed swords ⚔️ instead of soldier hat
Browse filesCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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 |
-
#
|
| 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("#
|
| 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)
|