m-ric commited on
Commit
ee5c63a
Β·
verified Β·
1 Parent(s): 99a545d

Update frontend/src/App.js

Browse files
Files changed (1) hide show
  1. 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)}