jbilcke-hf HF staff commited on
Commit
fca9691
1 Parent(s): f309083

incite people to use the prompt

Browse files
src/app/interface/share/index.tsx CHANGED
@@ -53,7 +53,7 @@ ${uploadUrl
53
  const stylePrompt = (prompt.split("||")[0] || "")
54
 
55
  const stylePromptMd = stylePrompt ? `
56
- #### Style prompt:
57
  \`\`\`${stylePrompt}\`\`\`
58
  ` : ``
59
 
 
53
  const stylePrompt = (prompt.split("||")[0] || "")
54
 
55
  const stylePromptMd = stylePrompt ? `
56
+ #### Style/character prompt:
57
  \`\`\`${stylePrompt}\`\`\`
58
  ` : ``
59
 
src/app/interface/top-menu/index.tsx CHANGED
@@ -216,7 +216,7 @@ export function TopMenu() {
216
  value={draftPromptB}
217
  />
218
  <Input
219
- placeholder="2. Style prompt (optional)"
220
  className="w-1/2 bg-neutral-300 text-neutral-800 dark:bg-neutral-300 dark:text-neutral-800 border-l-stone-100 rounded-l-none rounded-r-none"
221
  // disabled={atLeastOnePanelIsBusy}
222
  onChange={(e) => {
 
216
  value={draftPromptB}
217
  />
218
  <Input
219
+ placeholder="2. Style/character prompt"
220
  className="w-1/2 bg-neutral-300 text-neutral-800 dark:bg-neutral-300 dark:text-neutral-800 border-l-stone-100 rounded-l-none rounded-r-none"
221
  // disabled={atLeastOnePanelIsBusy}
222
  onChange={(e) => {