Skip to content

Commit 0bc4ed1

Browse files
netsvetaevlstein
authored andcommitted
Prompt placeholder changed in PromptInput.tsx
Syntax examples were added
1 parent 06369d0 commit 0bc4ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/features/options/components/PromptInput/PromptInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const PromptInput = () => {
6262
<Textarea
6363
id="prompt"
6464
name="prompt"
65-
placeholder="I'm dreaming of..."
65+
placeholder="Type prompt here. [negative tokens], (upweight)++, (downweight)--, swap and blend are available (see docs)"
6666
size={'lg'}
6767
value={prompt}
6868
onChange={handleChangePrompt}

0 commit comments

Comments
 (0)