mlcu commited on
Commit
79629a0
·
1 Parent(s): bf74c11

Update landing page

Browse files
frontend/src/components/InitialForm.tsx CHANGED
@@ -259,7 +259,7 @@ export const InitialForm: React.FC<InitialFormProps> = ({
259
  icon={<BookIcon fontSize="inherit" />}
260
  label="Docs"
261
  component="a"
262
- href="https://facebookresearch.github.io/meta-agents-research-environments/index.html"
263
  target="_blank"
264
  variant="outlined"
265
  clickable
@@ -283,7 +283,7 @@ export const InitialForm: React.FC<InitialFormProps> = ({
283
  icon={<AssessmentIcon fontSize="inherit" />}
284
  label="Paper"
285
  component="a"
286
- href="https://ai.meta.com/research/publications/are-scaling-up-agent-environments-and-evaluations/"
287
  target="_blank"
288
  variant="outlined"
289
  clickable
@@ -355,10 +355,10 @@ export const InitialForm: React.FC<InitialFormProps> = ({
355
  Sign in with your Hugging Face account to access the inference
356
  providers.{" "}
357
  <strong>
358
- The demo will use Hugging Face Inference Providers credits
359
- on your behalf to run your agent.
360
  </strong>{" "}
361
- We do not use your Hugging Face account for any other purpose.
362
  </Typography>
363
  {process.env.NODE_ENV === "development" ? (
364
  <DevModeLoginButton
 
259
  icon={<BookIcon fontSize="inherit" />}
260
  label="Docs"
261
  component="a"
262
+ href="https://facebookresearch.github.io/meta-agents-research-environments/"
263
  target="_blank"
264
  variant="outlined"
265
  clickable
 
283
  icon={<AssessmentIcon fontSize="inherit" />}
284
  label="Paper"
285
  component="a"
286
+ href="https://arxiv.org/abs/2509.17158"
287
  target="_blank"
288
  variant="outlined"
289
  clickable
 
355
  Sign in with your Hugging Face account to access the inference
356
  providers.{" "}
357
  <strong>
358
+ This demo is free to use - we've provided credits to cover
359
+ the inference costs for your agent runs.
360
  </strong>{" "}
361
+ We only use your Hugging Face account for authentication and do not access any of your other data or resources.
362
  </Typography>
363
  {process.env.NODE_ENV === "development" ? (
364
  <DevModeLoginButton