Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ def format_t(inp):
|
|
168 |
return out
|
169 |
|
170 |
load_js = """
|
171 |
-
|
172 |
console.log(this);
|
173 |
return [this];
|
174 |
}
|
|
|
168 |
return out
|
169 |
|
170 |
load_js = """
|
171 |
+
func1 = function(this) {
|
172 |
console.log(this);
|
173 |
return [this];
|
174 |
}
|