wintergw commited on
Commit
005dc15
·
verified ·
1 Parent(s): 32c5c6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ repo_type="space"
35
  )
36
 
37
  # executing the app file
38
- spec_app = importlib.util.spec_from_file_location("*",app)
39
  app = importlib.util.module_from_spec(spec_app)
40
  spec_app.loader.exec_module(app)
41
 
 
35
  )
36
 
37
  # executing the app file
38
+ spec_app = importlib.util.spec_from_file_location("*",functions,app)
39
  app = importlib.util.module_from_spec(spec_app)
40
  spec_app.loader.exec_module(app)
41