Update app.py
Browse files
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
|
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()
|