Spaces:
Sleeping
Sleeping
update subtitles
Browse files
app.py
CHANGED
|
@@ -945,7 +945,8 @@ def play_action(game: TinyHanabiGame, action_choice: str):
|
|
| 945 |
# Build UI
|
| 946 |
with gr.Blocks(title="Tiny Hanabi", css=CUSTOM_CSS, theme=gr.themes.Base()) as demo:
|
| 947 |
gr.HTML('<h1 class="main-title">Tiny Hanabi</h1>')
|
| 948 |
-
gr.HTML('<p class="subtitle">
|
|
|
|
| 949 |
|
| 950 |
game_state = gr.State(None)
|
| 951 |
|
|
|
|
| 945 |
# Build UI
|
| 946 |
with gr.Blocks(title="Tiny Hanabi", css=CUSTOM_CSS, theme=gr.themes.Base()) as demo:
|
| 947 |
gr.HTML('<h1 class="main-title">Tiny Hanabi</h1>')
|
| 948 |
+
gr.HTML('<p class="subtitle">Like Hanabi, but tiny: 2 colors, 3 ranks, 2-card hands.</p>')
|
| 949 |
+
gr.HTML('<p class="subtitle" style="font-size: 0.95em; color: #888;">Card distribution per color: 1s (×3), 2s (×2), 3s (×1) — 12 cards total</p>')
|
| 950 |
|
| 951 |
game_state = gr.State(None)
|
| 952 |
|