Spaces:
Running
Running
Update app.py
Browse files
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("#
|
| 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():
|