ycy commited on
Commit
3c21bbd
Β·
1 Parent(s): 5ebec65
Files changed (1) hide show
  1. 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
- background: linear-gradient(90deg, #7B1FA2, #9C27B0, #BA68C8);
32
- -webkit-background-clip: text;
33
- -webkit-text-fill-color: transparent;
34
- display: flex; justify-content: center; align-items: center;">
35
- <span style="font-size: 35px; margin-right: 12px;">🌟</span>
36
- CapArena Leaderboard
37
- <span style="font-size: 35px; margin-left: 12px;">πŸ“Š</span>
 
 
 
 
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"):