yan111222 commited on
Commit
cb616db
·
verified ·
1 Parent(s): bb59578

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +5 -5
src/about.py CHANGED
@@ -30,14 +30,14 @@ TITLE = """<h1 align="center" id="space-title">VLM Detailed Caption Leaderborad<
30
  # introduction text
31
  INTRODUCTION_TEXT = """
32
  <div style="display: flex; flex-wrap: wrap; gap: 10px;">
33
-
34
- <!-- Paper badge with custom icon -->
35
- <a href="https://github.com/yanchenyang123/DeepSeek-V3/issues" target="_blank">
36
- <img src="https://img.shields.io/badge/Paper-Available-blue?style=flat-square&logo=book&logoColor=white" alt="Paper">
37
  </a>
38
 
39
  </div>
40
- """
 
41
  #TODO About
42
  LLM_BENCHMARKS_TEXT = f"""
43
  <h2 style="color: #2c3e50;"> Why Leaderboard? </h2>
 
30
  # introduction text
31
  INTRODUCTION_TEXT = """
32
  <div style="display: flex; flex-wrap: wrap; gap: 10px;">
33
+ <!-- Paper icon with custom link -->
34
+ <a href="TODO" target="_blank">
35
+ 📑 Paper
 
36
  </a>
37
 
38
  </div>
39
+ """
40
+
41
  #TODO About
42
  LLM_BENCHMARKS_TEXT = f"""
43
  <h2 style="color: #2c3e50;"> Why Leaderboard? </h2>