feat: default state

This commit is contained in:
karishmas6
2024-10-19 06:58:31 +05:30
parent fdab4db366
commit f33ee40dcd

View File

@@ -56,10 +56,11 @@ const ActionDescriptionBox = () => {
)
} else {
return (
<div>
<p>Defauly</p>
</div>
);
<>
<Typography variant="h6" gutterBottom>What data do you want to extract?</Typography>
<Typography variant="body1" gutterBottom>A robot is designed to perform one action at a time. You can choose any of the options below.</Typography>
</>
)
}
}