Spaces:
Running
Running
sarahciston
commited on
move log, typo
Browse files
index.js
CHANGED
@@ -51,7 +51,6 @@ async function getOutputs(task){
|
|
51 |
|
52 |
// await getOutputs(fillInTask()) // getOutputs will later connect to the interface to display results
|
53 |
|
54 |
-
console.log(outs)
|
55 |
|
56 |
//// p5.js Instance
|
57 |
|
@@ -98,7 +97,9 @@ new p5(function (p5){
|
|
98 |
let fillIn = await fillInTask(PROMPT_INPUT)
|
99 |
|
100 |
let outs = await getOutputs(fillIn)
|
101 |
-
|
|
|
|
|
102 |
// text = str(outs)
|
103 |
// let outHeader = p5.createElement('h3',"Results")
|
104 |
// let outText = p5.createP('')
|
|
|
51 |
|
52 |
// await getOutputs(fillInTask()) // getOutputs will later connect to the interface to display results
|
53 |
|
|
|
54 |
|
55 |
//// p5.js Instance
|
56 |
|
|
|
97 |
let fillIn = await fillInTask(PROMPT_INPUT)
|
98 |
|
99 |
let outs = await getOutputs(fillIn)
|
100 |
+
|
101 |
+
console.log(outs)
|
102 |
+
|
103 |
// text = str(outs)
|
104 |
// let outHeader = p5.createElement('h3',"Results")
|
105 |
// let outText = p5.createP('')
|