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 <Textarea
id="prompt" id="prompt"
name="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'} size={'lg'}
value={prompt} value={prompt}
onChange={handleChangePrompt} onChange={handleChangePrompt}