diff --git a/src/renderer/components/Experiment/Eval/Eval.tsx b/src/renderer/components/Experiment/Eval/Eval.tsx index 46cf95478d310f7754f461829166fb55d367f51f..994e8b416792d3ab6bcbccea81032eacdc3a261c 100644 --- a/src/renderer/components/Experiment/Eval/Eval.tsx +++ b/src/renderer/components/Experiment/Eval/Eval.tsx @@ -260,6 +260,9 @@ export default function Eval({ <Typography level="h1" mb={1}> Evaluate </Typography> + <Alert color="neutral" sx={{ mb: 2 }}> + This feature is still in development. We could use your help! + </Alert> {plugins?.length === 0 ? ( <Alert color="danger"> No Evaluation Scripts available, please install an evaluator plugin. @@ -285,7 +288,7 @@ export default function Eval({ <thead> <tr> <th>Evaluator</th> - <th> </th> + <th style={{ width: '80px' }}> </th> <th>Tasks</th> <th>Plugin</th> <th style={{ textAlign: 'right' }}> </th> @@ -310,7 +313,7 @@ export default function Eval({ Edit </Button> </td> - <td> + <td style={{ overflow: 'hidden' }}> {evaluations?.script_parameters?.task} <FileTextIcon size={14} /> </td>