Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|