Skip to content

Commit 07c3190

Browse files
authored
Add Jeopardy Live demo (#1192)
1 parent 622fb83 commit 07c3190

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

showcase/main.py

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ class Section:
6464
github_username="ghchinoy",
6565
),
6666
Resource(
67-
title="Mesop App Maker",
68-
description="Generate apps with Mesop using LLMs.",
69-
app_url="https://huggingface.co/spaces/richard-to/mesop-app-maker",
70-
img_url="https://github.com/user-attachments/assets/1a826d44-c87b-4c79-aeaf-29bc8da3b1c0",
71-
github_url="https://github.com/richard-to/mesop-app-maker",
67+
title="Mesop Jeopardy Live",
68+
description="Jeopardy using Gemini Multimodal Live API (audio/text).",
69+
app_url="https://huggingface.co/spaces/richard-to/mesop-jeopardy-live",
70+
img_url="https://github.com/user-attachments/assets/97d704e1-6df6-4a05-8a77-8e91363295fa",
71+
github_url="https://github.com/richard-to/mesop-jeopardy-live",
7272
github_username="richard-to",
7373
),
7474
Resource(
@@ -80,12 +80,20 @@ class Section:
8080
),
8181
Resource(
8282
title="Mesop Jeopardy",
83-
description="A simple jeopardy game built using Mesop.",
83+
description="Jeopardy using Mesop + Gemini 1.5 (text only)",
8484
app_url="https://huggingface.co/spaces/richard-to/mesop-jeopardy",
8585
img_url="https://github.com/richard-to/mesop-jeopardy/assets/539889/bc27447d-129f-47ae-b0b1-8f5c546762ed",
8686
github_url="https://github.com/richard-to/mesop-jeopardy",
8787
github_username="richard-to",
8888
),
89+
Resource(
90+
title="Mesop App Maker",
91+
description="Generate apps with Mesop using LLMs.",
92+
app_url="https://huggingface.co/spaces/richard-to/mesop-app-maker",
93+
img_url="https://github.com/user-attachments/assets/1a826d44-c87b-4c79-aeaf-29bc8da3b1c0",
94+
github_url="https://github.com/richard-to/mesop-app-maker",
95+
github_username="richard-to",
96+
),
8997
],
9098
),
9199
Section(

0 commit comments

Comments
 (0)