Update app.py
Browse files
app.py
CHANGED
@@ -408,12 +408,13 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
408 |
""")
|
409 |
# # Pre-Tabs Section
|
410 |
gr.Markdown("""
|
411 |
-
<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;">
|
412 |
-
<h2 style="color: #6a1b9a; text-align: center; font-size:
|
413 |
-
<p style="font-size: 1.
|
414 |
The Mobile-MMLU Benchmark Competition offers a unique opportunity to evaluate your LLMs in real-world mobile scenarios.
|
415 |
Join the challenge to drive innovation, showcase your expertise, and shape the future of mobile AI.</p>
|
416 |
-
</section>
|
|
|
417 |
|
418 |
# Tabs Section
|
419 |
with gr.Tabs(elem_id="tabs"):
|
|
|
408 |
""")
|
409 |
# # Pre-Tabs Section
|
410 |
gr.Markdown("""
|
411 |
+
# <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;">
|
412 |
+
<h2 style="color: #6a1b9a; text-align: center; font-size: 3em;">Why Participate?</h2>
|
413 |
+
<p style="font-size: 1.7em; color: #333; text-align: center;">
|
414 |
The Mobile-MMLU Benchmark Competition offers a unique opportunity to evaluate your LLMs in real-world mobile scenarios.
|
415 |
Join the challenge to drive innovation, showcase your expertise, and shape the future of mobile AI.</p>
|
416 |
+
# </section>
|
417 |
+
""")
|
418 |
|
419 |
# Tabs Section
|
420 |
with gr.Tabs(elem_id="tabs"):
|