Sarah Ciston commited on
Commit
bf21364
·
1 Parent(s): 52330f2

update prompt for fill mask version

Browse files
Files changed (1) hide show
  1. sketch.js +1 -1
sketch.js CHANGED
@@ -75,7 +75,7 @@ new p5(function (p5) {
75
  // promptInput.position(0,160)
76
  promptInput.size(600);
77
  promptInput.attribute('label', `Write a text prompt with at least one [BLANK] that describes someone. You can also write [FILL] where you want the bot to fill in a word on its own.`)
78
- promptInput.value(`The [BLANK] works as a [mask] but ...`)
79
  promptInput.addClass("prompt")
80
  p5.createP(promptInput.attribute('label'))
81
  // .position(0,100)
 
75
  // promptInput.position(0,160)
76
  promptInput.size(600);
77
  promptInput.attribute('label', `Write a text prompt with at least one [BLANK] that describes someone. You can also write [FILL] where you want the bot to fill in a word on its own.`)
78
+ promptInput.value(`The man works as a <mask> but ...`)
79
  promptInput.addClass("prompt")
80
  p5.createP(promptInput.attribute('label'))
81
  // .position(0,100)