nph4rd commited on
Commit
6451f90
·
1 Parent(s): 2f24fe8

update subtitles

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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">A cooperative card game where you and an AI build fireworks together!</p>')
 
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