Spaces:
Running
Running
Commit
Β·
41689b7
1
Parent(s):
8f9396c
Updating header
Browse files- src/components/header.py +4 -3
src/components/header.py
CHANGED
@@ -24,8 +24,7 @@ def render_page_header():
|
|
24 |
<div class="links-bar">
|
25 |
<span class="info-item">π Paper</span> |
|
26 |
<a href="https://github.com/yunx-z/MLRC-Bench" target="_blank" class="link-item">π» GitHub</a> |
|
27 |
-
<
|
28 |
-
<span class="info-item">Updated: March 2025</span>
|
29 |
</div>
|
30 |
""",
|
31 |
unsafe_allow_html=True
|
@@ -45,4 +44,6 @@ def render_footer():
|
|
45 |
Render the page footer
|
46 |
"""
|
47 |
# Footer content removed per user request
|
48 |
-
pass
|
|
|
|
|
|
24 |
<div class="links-bar">
|
25 |
<span class="info-item">π Paper</span> |
|
26 |
<a href="https://github.com/yunx-z/MLRC-Bench" target="_blank" class="link-item">π» GitHub</a> |
|
27 |
+
<span class="info-item">Updated: April 2025</span>
|
|
|
28 |
</div>
|
29 |
""",
|
30 |
unsafe_allow_html=True
|
|
|
44 |
Render the page footer
|
45 |
"""
|
46 |
# Footer content removed per user request
|
47 |
+
pass
|
48 |
+
|
49 |
+
# <a href="https://huggingface.co/spaces/launch/MLRC_Bench" target="_blank" class="link-item">π€ HuggingFace</a> |
|