tizaino commited on
Commit
a7d899e
·
verified ·
1 Parent(s): 286f9a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -51,7 +51,7 @@ def build_leaderboard(sorted_dataframe):
51
  .svelte-1wm0vv7 th,
52
  .dataframe thead th,
53
  thead th span {
54
- font-size: 11px !important;
55
  font-weight: 600 !important;
56
  }
57
  </style>
@@ -1094,16 +1094,15 @@ with demo:
1094
  <h1 style="
1095
  margin: 0 auto;
1096
  font-weight: 900;
1097
- font-size: 5.5em;
1098
  letter-spacing: 2px;
1099
- text-transform: uppercase;
1100
  color: red;
1101
  background: linear-gradient(90deg, #1f77b4, #00c6ff);
1102
  -webkit-background-clip: text;
1103
  -webkit-text-fill-color: transparent;
1104
  text-shadow: 2px 2px 8px rgba(0.2,0,0,0);
1105
  ">
1106
- ECREAM-LLM Leaderboard
1107
  </h1>
1108
  </div>
1109
  """
 
51
  .svelte-1wm0vv7 th,
52
  .dataframe thead th,
53
  thead th span {
54
+ font-size: 15px !important;
55
  font-weight: 600 !important;
56
  }
57
  </style>
 
1094
  <h1 style="
1095
  margin: 0 auto;
1096
  font-weight: 900;
1097
+ font-size: 4em;
1098
  letter-spacing: 2px;
 
1099
  color: red;
1100
  background: linear-gradient(90deg, #1f77b4, #00c6ff);
1101
  -webkit-background-clip: text;
1102
  -webkit-text-fill-color: transparent;
1103
  text-shadow: 2px 2px 8px rgba(0.2,0,0,0);
1104
  ">
1105
+ eCREAM - LLM Leaderboard
1106
  </h1>
1107
  </div>
1108
  """