Omnibus commited on
Commit
65c3b15
1 Parent(s): 0b3ef56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -168,9 +168,9 @@ def format_t(inp):
168
  return out
169
 
170
  load_js = """
171
- func1 = function(this) {
172
- console.log(this);
173
- return [this];
174
  }
175
  """
176
 
 
168
  return out
169
 
170
  load_js = """
171
+ func1 = function(a) {
172
+ console.log(a);
173
+ return [a];
174
  }
175
  """
176