Update app.py
Browse files
app.py
CHANGED
|
@@ -386,7 +386,7 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
| 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"):
|
|
|
|
| 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"):
|