tfrere commited on
Commit
c63d8a7
·
1 Parent(s): 17aa340

fix evaluation display typo

Browse files
frontend/src/components/EvaluationDisplay.jsx CHANGED
@@ -143,7 +143,7 @@ const EvaluationDisplay = ({ sessionId, results }) => {
143
  <Typography variant="h6">Evaluation finished successfully</Typography>
144
  </Box>
145
  <Typography variant="body2" color="text.secondary" sx={{ mb: 2 }}>
146
- The bests models for this benchmark are
147
  </Typography>
148
 
149
  <TableContainer
 
143
  <Typography variant="h6">Evaluation finished successfully</Typography>
144
  </Box>
145
  <Typography variant="body2" color="text.secondary" sx={{ mb: 2 }}>
146
+ The best models for this benchmark are
147
  </Typography>
148
 
149
  <TableContainer