Update frontend/src/App.js
Browse files- frontend/src/App.js +1 -1
frontend/src/App.js
CHANGED
@@ -93,7 +93,7 @@ function App() {
|
|
93 |
sortConfig.direction === 'desc' ? 'β' : 'β'
|
94 |
)}
|
95 |
</th>
|
96 |
-
{["GAIA", "MATH", "SimpleQA"].map(benchmark => (
|
97 |
<th
|
98 |
key={benchmark}
|
99 |
onClick={() => handleSort(benchmark)}
|
|
|
93 |
sortConfig.direction === 'desc' ? 'β' : 'β'
|
94 |
)}
|
95 |
</th>
|
96 |
+
{["GAIA", "MATH", "SimpleQA", "Average"].map(benchmark => (
|
97 |
<th
|
98 |
key={benchmark}
|
99 |
onClick={() => handleSort(benchmark)}
|