tommy24 commited on
Commit
43f241c
·
1 Parent(s): 61fe446

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -330,6 +330,7 @@ state = os.environ.get("state")
330
  system = os.environ.get("system")
331
  auth = os.environ.get("auth")
332
  auth2 = os.environ.get("auth2")
 
333
 
334
  np.set_printoptions(suppress=True)
335
 
 
330
  system = os.environ.get("system")
331
  auth = os.environ.get("auth")
332
  auth2 = os.environ.get("auth2")
333
+ data = None
334
 
335
  np.set_printoptions(suppress=True)
336