nsfwalex commited on
Commit
61ec7c0
โ€ข
1 Parent(s): 57a2879

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -179,9 +179,7 @@ function uploadImage(image, event, source, value) {
179
  let data = {
180
  event: event,
181
  source: source,
182
- value:{
183
- image: imageUrl
184
- }
185
  };
186
  window.parent.postMessage(JSON.stringify(data), '*');
187
  } else if (isValidEnv()){
 
179
  let data = {
180
  event: event,
181
  source: source,
182
+ value:image: imageUrl
 
 
183
  };
184
  window.parent.postMessage(JSON.stringify(data), '*');
185
  } else if (isValidEnv()){