Prompt placeholder changed in PromptInput.tsx

Syntax examples were added
This commit is contained in:
Artur 2022-12-07 16:38:28 +01:00 committed by Lincoln Stein
parent 06369d07c0
commit 0bc4ed14cd

View File

@ -62,7 +62,7 @@ const PromptInput = () => {
<Textarea
id="prompt"
name="prompt"
placeholder="I'm dreaming of..."
placeholder="Type prompt here. [negative tokens], (upweight)++, (downweight)--, swap and blend are available (see docs)"
size={'lg'}
value={prompt}
onChange={handleChangePrompt}