Update app.py
Browse files
app.py
CHANGED
@@ -158,7 +158,6 @@ body {
|
|
158 |
color: #333333;
|
159 |
margin: 0;
|
160 |
padding: 0;
|
161 |
-
font-size:3em;
|
162 |
}
|
163 |
|
164 |
/* Header Styling */
|
@@ -360,10 +359,10 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
360 |
# # Pre-Tabs Section
|
361 |
gr.Markdown("""
|
362 |
<section class="pre-tabs">
|
363 |
-
|
364 |
-
<p>
|
365 |
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.
|
366 |
-
</p>
|
367 |
|
368 |
</section>
|
369 |
""")
|
|
|
158 |
color: #333333;
|
159 |
margin: 0;
|
160 |
padding: 0;
|
|
|
161 |
}
|
162 |
|
163 |
/* Header Styling */
|
|
|
359 |
# # Pre-Tabs Section
|
360 |
gr.Markdown("""
|
361 |
<section class="pre-tabs">
|
362 |
+
<h2>Why Participate?</h2>
|
363 |
+
<p>
|
364 |
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.
|
365 |
+
</p>
|
366 |
|
367 |
</section>
|
368 |
""")
|