Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
farzaank committed May 7, 2024
1 parent 0d49302 commit db4b0db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion helm-frontend/public/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
window.RELEASE = "v1.0.0";
window.BENCHMARK_OUTPUT_BASE_URL =
"https://storage.googleapis.com/crfm-helm-public/lite/benchmark_output/";
window.PROJECT_ID = "lite";
window.PROJECT_ID = "home";
12 changes: 2 additions & 10 deletions helm-frontend/src/components/Landing/HomeLanding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,12 @@ export default function HomeLanding() {
return (
<>
<SimpleHero />
<div className="container mt-30 mx-auto text-lg">
<div className="container py-5 mx-auto text-lg">
<div className="flex flex-col sm:flex-row justify-center mb-10 flex sm:gap-8 md:gap-32">
<h1 className="text-4xl mx-4 ">
<h1 className="text-4xl mx-4 ">
<strong>HELM Leaderboards</strong>
</h1>
</div>
<div className="flex flex-col sm:flex-row flex sm:gap-8 md:gap-32">
<body>
HELM leaderboards leverage the HELM framework and target particular
domains and/or capabilities. Leaderboards range from real world
applications and specific domains to ones focused on multimodal
capabilities and model-evaluations.
</body>
</div>
</div>
<CardGrid />
<div className="mx-auto text-lg px-16">
Expand Down
2 changes: 1 addition & 1 deletion helm-frontend/src/components/SimpleHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import helmHero from "@/assets/helmhero.png";

export default function SimpleHero() {
return (
<div className="flex flex-col md:flex-row px-6 py-36">
<div className="flex flex-col md:flex-row px-6 py-32">
<div className="flex-1 p-4 flex flex-col justify-center">
<div className="flex justify-start">
<div>
Expand Down

0 comments on commit db4b0db

Please sign in to comment.