m-ric HF Staff commited on
Commit
af3ccf3
·
verified ·
1 Parent(s): ab90fa7

Update frontend/src/App.js

Browse files
Files changed (1) hide show
  1. frontend/src/App.js +2 -2
frontend/src/App.js CHANGED
@@ -70,8 +70,8 @@ function App() {
70
  return (
71
  <div className="container">
72
  <div className="header">
73
- <h1 className="title">Model Benchmark Results</h1>
74
- <p className="subtitle">Comparing model performance across different benchmarks</p>
75
  </div>
76
 
77
  <div className="search-container">
 
70
  return (
71
  <div className="container">
72
  <div className="header">
73
+ <h1 className="title">Smolagents Leaderboard</h1>
74
+ <p className="subtitle">How do different LLMs compare for powering agents?</p>
75
  </div>
76
 
77
  <div className="search-container">