Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 [
|
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 |
|