Update app.py
Browse files
app.py
CHANGED
@@ -238,7 +238,7 @@ header p {
|
|
238 |
font-size: 3em !important; /* Increase the size for better visibility */
|
239 |
}
|
240 |
|
241 |
-
.
|
242 |
font-size: 2.5em !important; /* Adjust paragraph text size */
|
243 |
}
|
244 |
|
@@ -410,9 +410,9 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
410 |
gr.Markdown("""
|
411 |
<section class="pre-tabs">
|
412 |
<h2>Why Participate?</h2>
|
413 |
-
<
|
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 |
</section>
|
417 |
""")
|
418 |
|
@@ -548,7 +548,7 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
548 |
|
549 |
# Footer Section
|
550 |
gr.Markdown("""
|
551 |
-
<
|
552 |
<h2>Stay Connected</h2>
|
553 |
<p>
|
554 |
Follow us on social media or contact us for any queries. Let's shape the future of AI together!
|
@@ -557,7 +557,7 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
557 |
<a href="https://website.com" target="_blank" class="social-link">π Website</a>
|
558 |
<a href="https://github.com/VILA-Lab/Mobile-MMLU" target="_blank" class="social-link">π GitHub</a>
|
559 |
</div>
|
560 |
-
</
|
561 |
""")
|
562 |
|
563 |
demo.launch()
|
|
|
238 |
font-size: 3em !important; /* Increase the size for better visibility */
|
239 |
}
|
240 |
|
241 |
+
.p {
|
242 |
font-size: 2.5em !important; /* Adjust paragraph text size */
|
243 |
}
|
244 |
|
|
|
410 |
gr.Markdown("""
|
411 |
<section class="pre-tabs">
|
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.</p>
|
416 |
</section>
|
417 |
""")
|
418 |
|
|
|
548 |
|
549 |
# Footer Section
|
550 |
gr.Markdown("""
|
551 |
+
<footer>
|
552 |
<h2>Stay Connected</h2>
|
553 |
<p>
|
554 |
Follow us on social media or contact us for any queries. Let's shape the future of AI together!
|
|
|
557 |
<a href="https://website.com" target="_blank" class="social-link">π Website</a>
|
558 |
<a href="https://github.com/VILA-Lab/Mobile-MMLU" target="_blank" class="social-link">π GitHub</a>
|
559 |
</div>
|
560 |
+
</footer>
|
561 |
""")
|
562 |
|
563 |
demo.launch()
|