Spaces:
Running
Running
Commit
Β·
72d60b0
1
Parent(s):
9bc8e05
Checking if header links work
Browse files- src/components/header.py +11 -11
src/components/header.py
CHANGED
|
@@ -19,17 +19,17 @@ def render_page_header():
|
|
| 19 |
)
|
| 20 |
|
| 21 |
# Add the links line separately, outside the header box
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
|
| 34 |
def render_section_header(title):
|
| 35 |
"""
|
|
|
|
| 19 |
)
|
| 20 |
|
| 21 |
# Add the links line separately, outside the header box
|
| 22 |
+
st.markdown(
|
| 23 |
+
f"""
|
| 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 |
+
<a href="https://huggingface.co/spaces/launch/MLRC_Bench" target="_blank" class="link-item">π€ HuggingFace</a> |
|
| 28 |
+
<span class="info-item">Updated: March 2025</span>
|
| 29 |
+
</div>
|
| 30 |
+
""",
|
| 31 |
+
unsafe_allow_html=True
|
| 32 |
+
)
|
| 33 |
|
| 34 |
def render_section_header(title):
|
| 35 |
"""
|