Daniel Kantor
commited on
Commit
·
26291dd
1
Parent(s):
15a2d64
change header
Browse files
frontend/src/pages/LeaderboardPage/LeaderboardPage.js
CHANGED
@@ -30,10 +30,10 @@ function LeaderboardPage() {
|
|
30 |
<Box
|
31 |
sx={{ display: "flex", justifyContent: "center", pt: 6, mb: -4, pb: 0 }}
|
32 |
>
|
33 |
-
|
34 |
</Box>
|
35 |
<PageHeader
|
36 |
-
title="
|
37 |
subtitle={
|
38 |
<>
|
39 |
Comparing Large Language Models in an{" "}
|
|
|
30 |
<Box
|
31 |
sx={{ display: "flex", justifyContent: "center", pt: 6, mb: -4, pb: 0 }}
|
32 |
>
|
33 |
+
<span style={{"fontSize": 100}}>⛩️</span>
|
34 |
</Box>
|
35 |
<PageHeader
|
36 |
+
title="LLM Security Leaderboard"
|
37 |
subtitle={
|
38 |
<>
|
39 |
Comparing Large Language Models in an{" "}
|