Update public/sketch.js
Browse files- public/sketch.js +1 -1
public/sketch.js
CHANGED
@@ -267,7 +267,7 @@ function setup() {
|
|
267 |
//redraw()
|
268 |
})
|
269 |
|
270 |
-
input_instructions = createInput("What is happening
|
271 |
|
272 |
change_instructions = createButton("change instructions")
|
273 |
change_instructions.mousePressed(() => {
|
|
|
267 |
//redraw()
|
268 |
})
|
269 |
|
270 |
+
input_instructions = createInput("Analyze the image in details then answer: What is happening?")
|
271 |
|
272 |
change_instructions = createButton("change instructions")
|
273 |
change_instructions.mousePressed(() => {
|