exaucengarti commited on
Commit
1e261b2
·
verified ·
1 Parent(s): ed6e4be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from vocabulary_game.app import create_app as create_vocabulary_game
13
 
14
  def build_suite(shared_model: PoetryModel) -> gr.Blocks:
15
  with gr.Blocks(title="America SCORES Poetry & Vocabulary Apps") as demo:
16
- gr.Markdown("# ✍️ America SCORES Poetry & Vocabulary Apps")
17
  gr.Markdown("Pick a tab to launch one of the four activities.")
18
 
19
  with gr.Tabs():
 
13
 
14
  def build_suite(shared_model: PoetryModel) -> gr.Blocks:
15
  with gr.Blocks(title="America SCORES Poetry & Vocabulary Apps") as demo:
16
+ gr.Markdown("# 🎨 America SCORES Poetry & Vocabulary Apps")
17
  gr.Markdown("Pick a tab to launch one of the four activities.")
18
 
19
  with gr.Tabs():