SondosMB commited on
Commit
a4a4c08
Β·
verified Β·
1 Parent(s): b1b0330

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -238,7 +238,7 @@ header p {
238
  font-size: 3em !important; /* Increase the size for better visibility */
239
  }
240
 
241
- .pre-tabs p, .post-tabs p {
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
- <h3>
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.</h3>
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
- <section class="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,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
- </section>
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()