Update app.py
Browse files
app.py
CHANGED
@@ -941,7 +941,7 @@ with gr.Blocks(css=css_tech_theme) as demo:
|
|
941 |
</p>
|
942 |
<div class="social-links">
|
943 |
<a href="https://website.com" target="_blank" class="social-link">π Website</a>
|
944 |
-
<a href="https://github.com/VILA-Lab/Mobile-MMLU"
|
945 |
</div>
|
946 |
</footer>
|
947 |
""",elem_id="custom-footer")
|
|
|
941 |
</p>
|
942 |
<div class="social-links">
|
943 |
<a href="https://website.com" target="_blank" class="social-link">π Website</a>
|
944 |
+
<a href="https://github.com/VILA-Lab/Mobile-MMLU">π» GitHub</a>
|
945 |
</div>
|
946 |
</footer>
|
947 |
""",elem_id="custom-footer")
|