Soptq commited on
Commit
90a3578
·
verified ·
1 Parent(s): 97e4cd0

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +2 -2
constants.py CHANGED
@@ -7,7 +7,7 @@ LEADERBOARD_HEADER = """
7
  font-weight: bold;
8
  font-size: 40px;
9
  font-family: Inter, Arial, Helvetica, sans-serif;
10
- background: linear-gradient(to right, #5EA2EF, #0072F5);
11
  -webkit-text-fill-color: transparent;
12
  -webkit-background-clip: text;
13
  }
@@ -59,7 +59,7 @@ Hard labels are categorical, having the same format of the real dataset. Soft la
59
  """
60
 
61
  WEIGHT_ADJUSTMENT_INTRODUCTION = """
62
- The score for ranking in the following table is computed by $score = w score_{HLR} - (1 - w) score_{IOR}$, where $w$ is the weight for the HLR metric.
63
  **You can specify the weights for each metric below.**
64
  """
65
 
 
7
  font-weight: bold;
8
  font-size: 40px;
9
  font-family: Inter, Arial, Helvetica, sans-serif;
10
+ background: linear-gradient(to right, #FF705B, #FFB457);
11
  -webkit-text-fill-color: transparent;
12
  -webkit-background-clip: text;
13
  }
 
59
  """
60
 
61
  WEIGHT_ADJUSTMENT_INTRODUCTION = """
62
+ The score for ranking in the following table is computed by $score = w HLR - (1 - w) IOR$, where $w$ is the weight for the HLR metric.
63
  **You can specify the weights for each metric below.**
64
  """
65