Yaron Koresh commited on
Commit
28395bf
·
verified ·
1 Parent(s): 00319d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -200,7 +200,7 @@ def handle(*args):
200
  global inp
201
  global out
202
 
203
- inp = array(args, dtype=)
204
 
205
  out = array([],dtype=string)
206
 
 
200
  global inp
201
  global out
202
 
203
+ inp = args
204
 
205
  out = array([],dtype=string)
206