Armeddinosaur commited on
Commit
3604386
Β·
1 Parent(s): 86637fc

removing header links

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
  """