Skip to content

Commit

Permalink
Dataset Legend
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanks0465 committed Sep 5, 2024
1 parent 76286bf commit 2c2a894
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions frontend/components/Datasets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
CardBody,
useColorModeValue,
SkeletonCircle,
HStack,
SkeletonText,
Link,
Image as ChakraImage,
Expand Down Expand Up @@ -176,6 +177,28 @@ export default function Datasets() {
efforts not only within India but also in multilingual regions
across the globe.
</Text>
<HStack p={5}>
<HStack>
<FaMicrophone color="orange" size={25} />
<Text as="b">ASR</Text>
</HStack>
<HStack>
<FaFileAlt color="orange" size={25} />
<Text as="b">LLM</Text>
</HStack>
<HStack>
<FaLanguage color="orange" size={25} />
<Text as="b">NMT</Text>
</HStack>
<HStack>
<FaVolumeUp color="orange" size={25} />
<Text as="b">TTS</Text>
</HStack>
<HStack>
<FaKeyboard color="orange" size={25} />
<Text as="b">XLIT</Text>
</HStack>
</HStack>
</Stack>
{isLoading ? (
<SimpleGrid columns={{ base: 1, md: 3 }} spacing={10}>
Expand Down

0 comments on commit 2c2a894

Please sign in to comment.