From f745089d9ac84228d70ad035c02c811e2eea4f38 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 20 Nov 2025 16:17:27 +0530 Subject: [PATCH] feat: markdown --- src/components/robot/pages/RobotCreate.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/components/robot/pages/RobotCreate.tsx b/src/components/robot/pages/RobotCreate.tsx index 98feb5fe..b014586c 100644 --- a/src/components/robot/pages/RobotCreate.tsx +++ b/src/components/robot/pages/RobotCreate.tsx @@ -211,6 +211,10 @@ const RobotCreate: React.FC = () => { alt="Maxun Logo" /> + + Extract structured data from websites in a few clicks. + + {/* Origin URL Input */} { setMarkdownRobotName(e.target.value)} - label="Robot Name" sx={{ mb: 2 }} /> setUrl(e.target.value)} - label="URL to convert" + label="Website URL" />