Update app.py
Browse files
app.py
CHANGED
@@ -328,35 +328,6 @@ footer .social-links a:hover {
|
|
328 |
transform: scale(1.1);
|
329 |
}
|
330 |
"""
|
331 |
-
# Ensure CSS is correctly defined
|
332 |
-
# css_tech_theme = """
|
333 |
-
# body {
|
334 |
-
# background-color: #f4f6fa;
|
335 |
-
# color: #333333;
|
336 |
-
# font-family: 'Roboto', sans-serif;
|
337 |
-
# line-height: 1.8;
|
338 |
-
# }
|
339 |
-
|
340 |
-
# .center-content {
|
341 |
-
# display: flex;
|
342 |
-
# flex-direction: column;
|
343 |
-
# align-items: center;
|
344 |
-
# justify-content: center;
|
345 |
-
# text-align: center;
|
346 |
-
# margin: 30px 0;
|
347 |
-
# padding: 20px;
|
348 |
-
# }
|
349 |
-
|
350 |
-
# h1, h2 {
|
351 |
-
# color: #5e35b1;
|
352 |
-
# margin: 15px 0;
|
353 |
-
# text-align: center;
|
354 |
-
# }
|
355 |
-
# img {
|
356 |
-
# width: 100px;
|
357 |
-
# height: 100px;
|
358 |
-
# }
|
359 |
-
# """
|
360 |
|
361 |
# Create the Gradio Interface
|
362 |
|
@@ -366,11 +337,11 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
366 |
<header>
|
367 |
<h1>π Mobile-MMLU Benchmark Competition</h1>
|
368 |
<h2>π Push the Boundaries of Mobile AI</h2>
|
369 |
-
<p
|
370 |
Test and optimize mobile-compatible Large Language Models (LLMs) with cutting-edge benchmarks
|
371 |
across 80 fields and over 16,000 questions.
|
372 |
</p>
|
373 |
-
<div class="header-buttons"
|
374 |
<a href="#overview">Learn More</a>
|
375 |
<a href="#submission">Submit Predictions</a>
|
376 |
<a href="#leaderboard">View Leaderboard</a>
|
|
|
328 |
transform: scale(1.1);
|
329 |
}
|
330 |
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
331 |
|
332 |
# Create the Gradio Interface
|
333 |
|
|
|
337 |
<header>
|
338 |
<h1>π Mobile-MMLU Benchmark Competition</h1>
|
339 |
<h2>π Push the Boundaries of Mobile AI</h2>
|
340 |
+
<p style="color:#ffffff;>
|
341 |
Test and optimize mobile-compatible Large Language Models (LLMs) with cutting-edge benchmarks
|
342 |
across 80 fields and over 16,000 questions.
|
343 |
</p>
|
344 |
+
<div class="header-buttons" style="color:#ffffff;>
|
345 |
<a href="#overview">Learn More</a>
|
346 |
<a href="#submission">Submit Predictions</a>
|
347 |
<a href="#leaderboard">View Leaderboard</a>
|