Update app.py
Browse files
app.py
CHANGED
@@ -226,7 +226,9 @@ header p {
|
|
226 |
|
227 |
/* Pre-Tabs Section */
|
228 |
|
229 |
-
|
|
|
|
|
230 |
text-align: center !important;
|
231 |
padding: 40px 20px !important;
|
232 |
background: linear-gradient(135deg, #ffffff, #f9fafb) !important;
|
@@ -234,7 +236,7 @@ header p {
|
|
234 |
border-bottom: 5px solid #6a1b9a;
|
235 |
}
|
236 |
|
237 |
-
|
238 |
font-size: 3em !important; /* Increase the size for better visibility */
|
239 |
}
|
240 |
|
@@ -242,12 +244,12 @@ header p {
|
|
242 |
font-size: 2.5em !important; /* Adjust paragraph text size */
|
243 |
}
|
244 |
|
245 |
-
|
246 |
color: #333333;
|
247 |
margin-bottom: 15px;
|
248 |
}
|
249 |
|
250 |
-
|
251 |
color: #555555;
|
252 |
line-height: 1.8;
|
253 |
}
|
@@ -412,9 +414,10 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
412 |
<h2>Why Participate?</h2>
|
413 |
<p>
|
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
|
416 |
-
</
|
417 |
-
""")
|
|
|
418 |
|
419 |
# Tabs Section
|
420 |
with gr.Tabs(elem_id="tabs"):
|
|
|
226 |
|
227 |
/* Pre-Tabs Section */
|
228 |
|
229 |
+
|
230 |
+
|
231 |
+
#pre-tabs{
|
232 |
text-align: center !important;
|
233 |
padding: 40px 20px !important;
|
234 |
background: linear-gradient(135deg, #ffffff, #f9fafb) !important;
|
|
|
236 |
border-bottom: 5px solid #6a1b9a;
|
237 |
}
|
238 |
|
239 |
+
#pre-tabs h2, #pre-tabs h2 {
|
240 |
font-size: 3em !important; /* Increase the size for better visibility */
|
241 |
}
|
242 |
|
|
|
244 |
font-size: 2.5em !important; /* Adjust paragraph text size */
|
245 |
}
|
246 |
|
247 |
+
#pre-tabs h2 {
|
248 |
color: #333333;
|
249 |
margin-bottom: 15px;
|
250 |
}
|
251 |
|
252 |
+
#pre-tabs p {
|
253 |
color: #555555;
|
254 |
line-height: 1.8;
|
255 |
}
|
|
|
414 |
<h2>Why Participate?</h2>
|
415 |
<p>
|
416 |
The Mobile-MMLU Benchmark Competition offers a unique opportunity to evaluate your LLMs in real-world mobile scenarios.
|
417 |
+
Join the challenge to drive innovation, showcase your expertise, and shape the future of mobile AI.
|
418 |
+
</p>
|
419 |
+
</section>""", elem_id="pre-tabs")
|
420 |
+
|
421 |
|
422 |
# Tabs Section
|
423 |
with gr.Tabs(elem_id="tabs"):
|