Armeddinosaur commited on
Commit
72d60b0
Β·
1 Parent(s): 9bc8e05

Checking if header links work

Browse files
Files changed (1) hide show
  1. 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
- # 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
  """
 
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
  """