Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 196 Bytes
ba986c0 |
1 2 3 4 5 6 7 8 9 |
export function getUserPrompt({
prompt,
existingPanelsTemplate,
}: {
prompt: string
existingPanelsTemplate: string
}) {
return `The story is about: ${prompt}.${existingPanelsTemplate}`
} |