jiminHuang commited on
Commit
6f28f7d
·
verified ·
1 Parent(s): a641bb7

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: "100%",
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
- Comparing Large Language Models in an{" "}
40
- <span style={{ fontWeight: 600 }}>open</span> and{" "}
41
- <span style={{ fontWeight: 600 }}>reproducible</span> way
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
  />