import React from "react"; import { Box, Typography, Container } from "@mui/material"; import Leaderboard from "./components/Leaderboard/Leaderboard"; const LeaderboardPage = () => { return ( Open Financial LLM Leaderboard - Multi-modal & Multi-lingual Comprehensive evaluation of language models on financial tasks across multiple languages and modalities ); }; export default LeaderboardPage;