Omnibus commited on
Commit
160c65d
·
1 Parent(s): 65eb0fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ function(text_input,url_params) {
177
  console.log(iframe);
178
  text_input = Object.fromEntries(url_params);
179
  console.log(text_input);
180
- return [text_input,url_params];
181
  }
182
  """
183
 
 
177
  console.log(iframe);
178
  text_input = Object.fromEntries(url_params);
179
  console.log(text_input);
180
+ return [iframe,iframe];
181
  }
182
  """
183