update
This commit is contained in:
parent
b427a8cd1e
commit
75600bcf62
@ -132,10 +132,11 @@ export default function LlmPanel({ filters }) {
|
|||||||
leftIcon={<FaPlay />}
|
leftIcon={<FaPlay />}
|
||||||
type="submit"
|
type="submit"
|
||||||
isLoading={isGeneratingText}
|
isLoading={isGeneratingText}
|
||||||
|
alignSelf={"end"}
|
||||||
>
|
>
|
||||||
اجرا
|
اجرا
|
||||||
</Button>
|
</Button>
|
||||||
<Divider my={"20px"} borderColor={"gray.300"} />
|
{/* <Divider my={"20px"} borderColor={"gray.300"} />
|
||||||
<TableContainer w={"100%"} mt={"10px"}>
|
<TableContainer w={"100%"} mt={"10px"}>
|
||||||
<Table>
|
<Table>
|
||||||
<Thead>
|
<Thead>
|
||||||
@ -145,7 +146,7 @@ export default function LlmPanel({ filters }) {
|
|||||||
</Thead>
|
</Thead>
|
||||||
<Tbody></Tbody>
|
<Tbody></Tbody>
|
||||||
</Table>
|
</Table>
|
||||||
</TableContainer>
|
</TableContainer> */}
|
||||||
<Divider my={"20px"} borderColor={"gray.300"} />
|
<Divider my={"20px"} borderColor={"gray.300"} />
|
||||||
<ResultBox
|
<ResultBox
|
||||||
type="llm"
|
type="llm"
|
||||||
|
|||||||
@ -118,8 +118,6 @@ export default function TextImagePanel({ filters }) {
|
|||||||
defaultValue={42}
|
defaultValue={42}
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
</HStack>
|
|
||||||
<HStack>
|
|
||||||
<FormControl as={VStack} alignItems={"start"}>
|
<FormControl as={VStack} alignItems={"start"}>
|
||||||
<HStack alignItems={"start"}>
|
<HStack alignItems={"start"}>
|
||||||
<Icon
|
<Icon
|
||||||
@ -182,10 +180,11 @@ export default function TextImagePanel({ filters }) {
|
|||||||
leftIcon={<FaPlay />}
|
leftIcon={<FaPlay />}
|
||||||
type="submit"
|
type="submit"
|
||||||
isLoading={isGeneratingImage}
|
isLoading={isGeneratingImage}
|
||||||
|
alignSelf={"end"}
|
||||||
>
|
>
|
||||||
اجرا
|
اجرا
|
||||||
</Button>
|
</Button>
|
||||||
<Divider my={"20px"} borderColor={"gray.300"} />
|
{/* <Divider my={"20px"} borderColor={"gray.300"} />
|
||||||
<TableContainer w={"100%"} mt={"10px"}>
|
<TableContainer w={"100%"} mt={"10px"}>
|
||||||
<Table>
|
<Table>
|
||||||
<Thead>
|
<Thead>
|
||||||
@ -195,7 +194,7 @@ export default function TextImagePanel({ filters }) {
|
|||||||
</Thead>
|
</Thead>
|
||||||
<Tbody></Tbody>
|
<Tbody></Tbody>
|
||||||
</Table>
|
</Table>
|
||||||
</TableContainer>
|
</TableContainer> */}
|
||||||
<Divider my={"20px"} borderColor={"gray.300"} />
|
<Divider my={"20px"} borderColor={"gray.300"} />
|
||||||
<ResultBox
|
<ResultBox
|
||||||
type="image"
|
type="image"
|
||||||
|
|||||||
@ -157,10 +157,11 @@ export default function TextVideoPanel({ filters }) {
|
|||||||
leftIcon={<FaPlay />}
|
leftIcon={<FaPlay />}
|
||||||
type="submit"
|
type="submit"
|
||||||
isLoading={isGeneratingVideo}
|
isLoading={isGeneratingVideo}
|
||||||
|
alignSelf={"end"}
|
||||||
>
|
>
|
||||||
اجرا
|
اجرا
|
||||||
</Button>
|
</Button>
|
||||||
<Divider my={"20px"} borderColor={"gray.300"} />
|
{/* <Divider my={"20px"} borderColor={"gray.300"} />
|
||||||
<TableContainer w={"100%"} mt={"10px"}>
|
<TableContainer w={"100%"} mt={"10px"}>
|
||||||
<Table>
|
<Table>
|
||||||
<Thead>
|
<Thead>
|
||||||
@ -170,7 +171,7 @@ export default function TextVideoPanel({ filters }) {
|
|||||||
</Thead>
|
</Thead>
|
||||||
<Tbody></Tbody>
|
<Tbody></Tbody>
|
||||||
</Table>
|
</Table>
|
||||||
</TableContainer>
|
</TableContainer> */}
|
||||||
<Divider my={"20px"} borderColor={"gray.300"} />
|
<Divider my={"20px"} borderColor={"gray.300"} />
|
||||||
<ResultBox type="video" loading={isGeneratingVideo} resultData={videos} />
|
<ResultBox type="video" loading={isGeneratingVideo} resultData={videos} />
|
||||||
</VStack>
|
</VStack>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user