SondosMB commited on
Commit
1f35a2e
Β·
verified Β·
1 Parent(s): e51b169

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -17
app.py CHANGED
@@ -708,12 +708,22 @@ with gr.Blocks(css=css_tech_theme) as demo:
708
  </header>
709
  """)
710
  # # Pre-Tabs Section
711
- gr.Markdown("""
 
 
 
 
 
 
 
 
 
712
  <section class="pre-tabs">
713
- <h2>Why Participate?</h2>
714
- <p>
715
- The Mobile-MMLU Benchmark Competition offers a unique opportunity to evaluate your LLMs in real-world mobile scenarios.
716
- Join the challenge to drive innovation, showcase your expertise, and shape the future of mobile AI.
 
717
  </p>
718
  </section>""", elem_id="pre-tabs")
719
 
@@ -903,18 +913,6 @@ with gr.Blocks(css=css_tech_theme) as demo:
903
  Don't miss this opportunity to showcase your expertise in mobile AI! Participate in the competition,
904
  submit your predictions, and compare your results with the best in the field.
905
  </p>
906
- <div style="display: flex; justify-content: center; gap: 20px; margin-top: 20px;">
907
- <a href="#submission" style="text-decoration: none; font-size: 1.2em; font-weight: bold;
908
- background: #ffffff; color: #6a1b9a; padding: 15px 30px; border-radius: 30px;
909
- transition: all 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);">
910
- Submit Predictions πŸš€
911
- </a>
912
- <a href="#leaderboard" style="text-decoration: none; font-size: 1.2em; font-weight: bold;
913
- background: #ffffff; color: #6a1b9a; padding: 15px 30px; border-radius: 30px;
914
- transition: all 0.3s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);">
915
- View Leaderboard πŸ†
916
- </a>
917
- </div>
918
  </section>
919
  """)
920
 
 
708
  </header>
709
  """)
710
  # # Pre-Tabs Section
711
+ # gr.Markdown("""
712
+ # <section class="pre-tabs">
713
+ # <h2>Why Participate?</h2>
714
+ # <p>
715
+ # The Mobile-MMLU Benchmark Competition offers a unique opportunity to evaluate your LLMs in real-world mobile scenarios.
716
+ # Join the challenge to drive innovation, showcase your expertise, and shape the future of mobile AI.
717
+ # </p>
718
+ # </section>""", elem_id="pre-tabs")
719
+
720
+ gr.Markdown("""
721
  <section class="pre-tabs">
722
+ <h2 style="color: #6a1b9a; text-align: center; font-size: 2.5em; margin-bottom: 15px;">🌟 Why Participate? 🌟</h2>
723
+ <p style="font-size: 1.4em; text-align: center; color: #555555; line-height: 1.8; margin-bottom: 20px;">
724
+ The <strong>Mobile-MMLU Benchmark Competition</strong> provides an exceptional platform to showcase your
725
+ skills in mobile AI. Compete with innovators worldwide, drive technological advancements, and contribute
726
+ to shaping the future of mobile intelligence.
727
  </p>
728
  </section>""", elem_id="pre-tabs")
729
 
 
913
  Don't miss this opportunity to showcase your expertise in mobile AI! Participate in the competition,
914
  submit your predictions, and compare your results with the best in the field.
915
  </p>
 
 
 
 
 
 
 
 
 
 
 
 
916
  </section>
917
  """)
918