sumuks commited on
Commit
7fe5217
Β·
verified Β·
1 Parent(s): ccf0d16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +24 -1
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(