Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|
| 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:
|
| 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 |
-
|
| 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 |
"""
|