Spaces:
Running
Running
Update src/about.py
Browse files- 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 |
-
|
35 |
-
|
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>
|