SondosMB commited on
Commit
bfda7ed
Β·
verified Β·
1 Parent(s): 6b2d15e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -487,7 +487,7 @@ with gr.Blocks(css=css_tech_theme) as demo:
487
  <li>❓ <a href="https://github.com/your-github-repo/issues" target="_blank">Support Page</a>: Use this for queries or issues during participation.</li>
488
  </ul>
489
  </div>
490
- """)
491
 
492
  with gr.TabItem("πŸ“€ Submission"):
493
  gr.Markdown("""
@@ -588,7 +588,7 @@ with gr.Blocks(css=css_tech_theme) as demo:
588
 
589
  # Footer Section
590
  gr.Markdown("""
591
- <footer id="custom-footer">
592
  <h2>Stay Connected</h2>
593
  <p>
594
  Follow us on social media or contact us for any queries. Let's shape the future of AI together!
@@ -598,6 +598,6 @@ with gr.Blocks(css=css_tech_theme) as demo:
598
  <a href="https://github.com/VILA-Lab/Mobile-MMLU" target="_blank" class="social-link">πŸ™ GitHub</a>
599
  </div>
600
  </footer>
601
- """)
602
 
603
  demo.launch()
 
487
  <li>❓ <a href="https://github.com/your-github-repo/issues" target="_blank">Support Page</a>: Use this for queries or issues during participation.</li>
488
  </ul>
489
  </div>
490
+ """,elem_id="overview")
491
 
492
  with gr.TabItem("πŸ“€ Submission"):
493
  gr.Markdown("""
 
588
 
589
  # Footer Section
590
  gr.Markdown("""
591
+ <footer>
592
  <h2>Stay Connected</h2>
593
  <p>
594
  Follow us on social media or contact us for any queries. Let's shape the future of AI together!
 
598
  <a href="https://github.com/VILA-Lab/Mobile-MMLU" target="_blank" class="social-link">πŸ™ GitHub</a>
599
  </div>
600
  </footer>
601
+ """,elem_id="custom-footer")
602
 
603
  demo.launch()