Update app.py
Browse files
app.py
CHANGED
@@ -708,24 +708,25 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
708 |
</header>
|
709 |
""")
|
710 |
# # Pre-Tabs Section
|
711 |
-
|
712 |
-
|
713 |
-
#
|
714 |
-
#
|
715 |
-
# The Mobile-MMLU Benchmark Competition offers a unique opportunity to evaluate your LLMs in real-world mobile scenarios.
|
716 |
-
# Join the challenge to drive innovation, showcase your expertise, and shape the future of mobile AI.
|
717 |
-
# </p>
|
718 |
-
# </section>""", elem_id="pre-tabs")
|
719 |
-
|
720 |
-
gr.Markdown("""
|
721 |
-
<section class="pre-tabs">
|
722 |
-
<h2 style="color: #6a1b9a; text-align: center; font-size: 2.5em; margin-bottom: 15px;">π Why Participate? π</h2>
|
723 |
-
<p style="font-size: 1.4em; text-align: center; color: #555555; line-height: 1.8; margin-bottom: 20px;">
|
724 |
The <strong>Mobile-MMLU Benchmark Competition</strong> provides an exceptional platform to showcase your
|
725 |
skills in mobile AI. Compete with innovators worldwide, drive technological advancements, and contribute
|
726 |
to shaping the future of mobile intelligence.
|
727 |
-
|
728 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
729 |
|
730 |
|
731 |
# Tabs Section
|
|
|
708 |
</header>
|
709 |
""")
|
710 |
# # Pre-Tabs Section
|
711 |
+
gr.Markdown("""
|
712 |
+
<section class="pre-tabs">
|
713 |
+
<h2 style="color: #6a1b9a; text-align: center; font-size: 2.5em; margin-bottom: 15px;">π Why Participate? π</h2>
|
714 |
+
<p style="font-size: 1.4em; text-align: center; color: #555555; line-height: 1.8; margin-bottom: 20px;">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
715 |
The <strong>Mobile-MMLU Benchmark Competition</strong> provides an exceptional platform to showcase your
|
716 |
skills in mobile AI. Compete with innovators worldwide, drive technological advancements, and contribute
|
717 |
to shaping the future of mobile intelligence.
|
718 |
+
</p>
|
719 |
+
</section>""", elem_id="pre-tabs")
|
720 |
+
|
721 |
+
# gr.Markdown("""
|
722 |
+
# <section class="pre-tabs">
|
723 |
+
# <h2 style="color: #6a1b9a; text-align: center; font-size: 2.5em; margin-bottom: 15px;">π Why Participate? π</h2>
|
724 |
+
# <p style="font-size: 1.4em; text-align: center; color: #555555; line-height: 1.8; margin-bottom: 20px;">
|
725 |
+
# The <strong>Mobile-MMLU Benchmark Competition</strong> provides an exceptional platform to showcase your
|
726 |
+
# skills in mobile AI. Compete with innovators worldwide, drive technological advancements, and contribute
|
727 |
+
# to shaping the future of mobile intelligence.
|
728 |
+
# </p>
|
729 |
+
# </section>""", elem_id="pre-tabs")
|
730 |
|
731 |
|
732 |
# Tabs Section
|