Spaces:
Paused
Paused
Commit
β’
45db59c
1
Parent(s):
4fe04e4
adjust the prompt slightly
Browse files
src/components/business/video-form.tsx
CHANGED
@@ -44,7 +44,7 @@ export const VideoForm = () => {
|
|
44 |
<Textarea
|
45 |
id="prompt"
|
46 |
name="prompt"
|
47 |
-
placeholder="a cat playing the piano
|
48 |
className="mr-3 md:mr-0"
|
49 |
/>
|
50 |
|
|
|
44 |
<Textarea
|
45 |
id="prompt"
|
46 |
name="prompt"
|
47 |
+
placeholder="3 clips of a cat playing the piano"
|
48 |
className="mr-3 md:mr-0"
|
49 |
/>
|
50 |
|