Spaces:
Running
Running
ycy
commited on
Commit
Β·
3c21bbd
1
Parent(s):
5ebec65
- src/about.py +12 -7
src/about.py
CHANGED
@@ -28,13 +28,17 @@ NUM_FEWSHOT = 0 # Change with your few shot
|
|
28 |
TITLE = """
|
29 |
<h1 align="center" id="space-title" style="font-family: 'Arial', sans-serif;
|
30 |
font-size: 42px; font-weight: bold;
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
<span style="
|
36 |
-
|
37 |
-
|
|
|
|
|
|
|
|
|
38 |
</h1>
|
39 |
|
40 |
<div style="text-align: left; font-size: 22px; font-weight: 500;
|
@@ -44,6 +48,7 @@ TITLE = """
|
|
44 |
"""
|
45 |
|
46 |
|
|
|
47 |
# introduction text
|
48 |
|
49 |
def get_INTRODUCTION_TEXT(model_num: int, LAST_UPDATED: str, paper_link="TODO"):
|
|
|
28 |
TITLE = """
|
29 |
<h1 align="center" id="space-title" style="font-family: 'Arial', sans-serif;
|
30 |
font-size: 42px; font-weight: bold;
|
31 |
+
display: flex; justify-content: center; align-items: center; gap: 12px;">
|
32 |
+
|
33 |
+
<span style="font-size: 35px;">π</span>
|
34 |
+
|
35 |
+
<span style="background: linear-gradient(90deg, #A45EE5, #C085F6, #D8B9FF);
|
36 |
+
-webkit-background-clip: text;
|
37 |
+
-webkit-text-fill-color: transparent;">
|
38 |
+
CapArena Leaderboard
|
39 |
+
</span>
|
40 |
+
|
41 |
+
<span style="font-size: 35px;">π</span>
|
42 |
</h1>
|
43 |
|
44 |
<div style="text-align: left; font-size: 22px; font-weight: 500;
|
|
|
48 |
"""
|
49 |
|
50 |
|
51 |
+
|
52 |
# introduction text
|
53 |
|
54 |
def get_INTRODUCTION_TEXT(model_num: int, LAST_UPDATED: str, paper_link="TODO"):
|