SondosMB commited on
Commit
b8bc4d6
·
verified ·
1 Parent(s): bee0fa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -7
app.py CHANGED
@@ -381,14 +381,12 @@ with gr.Blocks(css=css_tech_theme) as demo:
381
  """)
382
  # # Pre-Tabs Section
383
  gr.Markdown("""
384
- <section class="pre-tabs">
385
- <h2>Why Participate?</h2>
386
- <p>
387
- The Mobile-MMLU Benchmark Competition offers a unique opportunity to evaluate your LLMs in real-world mobile scenarios. Join the challenge to drive innovation, showcase your expertise, and shape the future of mobile AI.
388
- </p>
389
-
390
  </section>
391
- """)
392
 
393
  # Tabs Section
394
  with gr.Tabs(elem_id="tabs"):
 
381
  """)
382
  # # Pre-Tabs Section
383
  gr.Markdown("""
384
+ <section class="pre-tabs" style="padding: 40px 20px; background: linear-gradient(135deg, #ffffff, #f9fafb); border: 3px solid #6a1b9a; border-radius: 12px; box-shadow: 0 4px 10px rgba(106, 27, 154, 0.2); margin-bottom: 20px;">
385
+ <h2 style="color: #6a1b9a; text-align: center; font-size: 2.5em;">Why Participate?</h2>
386
+ <p style="font-size: 1.2em; color: #333; text-align: center;">
387
+ The Mobile-MMLU Benchmark Competition offers a unique opportunity to evaluate your LLMs in real-world mobile scenarios.
388
+ Join the challenge to drive innovation, showcase your expertise, and shape the future of mobile AI.</p>
 
389
  </section>
 
390
 
391
  # Tabs Section
392
  with gr.Tabs(elem_id="tabs"):