Update frontend/src/pages/LeaderboardPage/LeaderboardPage.js
Browse files
frontend/src/pages/LeaderboardPage/LeaderboardPage.js
CHANGED
@@ -21,7 +21,7 @@ function LeaderboardPage() {
|
|
21 |
return (
|
22 |
<Box
|
23 |
sx={{
|
24 |
-
width: "
|
25 |
ph: 2,
|
26 |
display: "flex",
|
27 |
flexDirection: "column",
|
@@ -36,9 +36,9 @@ function LeaderboardPage() {
|
|
36 |
title="Open Greek Financial LLM Leaderboard"
|
37 |
subtitle={
|
38 |
<>
|
39 |
-
|
40 |
-
<span style={{ fontWeight: 600 }}>
|
41 |
-
<span style={{ fontWeight: 600 }}>
|
42 |
</>
|
43 |
}
|
44 |
/>
|
|
|
21 |
return (
|
22 |
<Box
|
23 |
sx={{
|
24 |
+
width: "80%",
|
25 |
ph: 2,
|
26 |
display: "flex",
|
27 |
flexDirection: "column",
|
|
|
36 |
title="Open Greek Financial LLM Leaderboard"
|
37 |
subtitle={
|
38 |
<>
|
39 |
+
Benchmark for large language model in {" "}
|
40 |
+
<span style={{ fontWeight: 600 }}>Greek</span> {" "}
|
41 |
+
<span style={{ fontWeight: 600 }}>finance</span>
|
42 |
</>
|
43 |
}
|
44 |
/>
|