Update app.py
Browse files
app.py
CHANGED
@@ -198,7 +198,7 @@ function uploadImage(prompt, images, event, source, value) {
|
|
198 |
}else{
|
199 |
console.log("Not in an iframe, can't post to parent");
|
200 |
}
|
201 |
-
return
|
202 |
}
|
203 |
function onDemoLoad(){
|
204 |
let envInfo = getEnvInfo();
|
|
|
198 |
}else{
|
199 |
console.log("Not in an iframe, can't post to parent");
|
200 |
}
|
201 |
+
return prompt, images
|
202 |
}
|
203 |
function onDemoLoad(){
|
204 |
let envInfo = getEnvInfo();
|