Omnibus commited on
Commit
0b3ef56
·
1 Parent(s): 8c66bbe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ def format_t(inp):
168
  return out
169
 
170
  load_js = """
171
- const func1 = function(this) {
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
  }