diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index fe2924fd..2be7d99f 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -188,13 +188,13 @@ export const InterpretationLog: React.FC = ({ isOpen, se {hasScrapeListAction || hasScrapeSchemaAction || hasScreenshotAction ? ( <> - + You've successfully trained the robot to perform actions! Click on the button below to get a preview of the data your robot will extract. ) : ( - + It looks like you have not selected anything for extraction yet. Once you do, the robot will show a preview of your selections here. )}