Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -234,7 +234,16 @@ css = """
|
|
| 234 |
|
| 235 |
# Create Gradio interface
|
| 236 |
with gr.Blocks(css=css, title="Reachy Trivia") as demo:
|
| 237 |
-
gr.Markdown("# Reachy Trivia")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 238 |
|
| 239 |
# Main flashcard area
|
| 240 |
with gr.Row():
|
|
@@ -266,6 +275,20 @@ with gr.Blocks(css=css, title="Reachy Trivia") as demo:
|
|
| 266 |
precision=0
|
| 267 |
)
|
| 268 |
jump_btn = gr.Button("Jump", variant="secondary")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 269 |
|
| 270 |
# Event handlers
|
| 271 |
toggle_btn.click(
|
|
|
|
| 234 |
|
| 235 |
# Create Gradio interface
|
| 236 |
with gr.Blocks(css=css, title="Reachy Trivia") as demo:
|
| 237 |
+
gr.Markdown("# π€ Reachy Trivia")
|
| 238 |
+
gr.Markdown("""
|
| 239 |
+
**Test your knowledge about Reachy Mini and Reachy 2!**
|
| 240 |
+
|
| 241 |
+
Reachy Mini is the $299 open-source desktop robot designed for AI developers, educators, and hobbyists.
|
| 242 |
+
With its expressive antennas, screen-based eyes, and full Python programmability, it's the perfect companion
|
| 243 |
+
for exploring human-robot interaction and AI development.
|
| 244 |
+
|
| 245 |
+
*Questions generated by YouBench - an AI benchmark creation platform*
|
| 246 |
+
""")
|
| 247 |
|
| 248 |
# Main flashcard area
|
| 249 |
with gr.Row():
|
|
|
|
| 275 |
precision=0
|
| 276 |
)
|
| 277 |
jump_btn = gr.Button("Jump", variant="secondary")
|
| 278 |
+
|
| 279 |
+
gr.Markdown("---")
|
| 280 |
+
gr.Markdown("### About Reachy Mini")
|
| 281 |
+
gr.Markdown("""
|
| 282 |
+
**Key Features:**
|
| 283 |
+
- π― $299 open-source desktop robot
|
| 284 |
+
- π± Expressive screen-based eyes
|
| 285 |
+
- π§ Full Python programmability
|
| 286 |
+
- π€ Human-robot interaction focus
|
| 287 |
+
- π§ Hugging Face AI integration
|
| 288 |
+
- π¦ DIY assembly kit
|
| 289 |
+
""")
|
| 290 |
+
|
| 291 |
+
gr.Markdown("*Questions powered by [YouBench](https://huggingface.co/yourbench)*")
|
| 292 |
|
| 293 |
# Event handlers
|
| 294 |
toggle_btn.click(
|