Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ config_mod_name = config.__class__.__module__
|
|
21 |
config_mod = sys.modules[config_mod_name]
|
22 |
code_dir = os.path.dirname(config_mod.__file__)
|
23 |
|
24 |
-
modeling_path = os.path.join(code_dir, "
|
25 |
if not os.path.exists(modeling_path):
|
26 |
raise FileNotFoundError(f"Couldnβt find {modeling_path}")
|
27 |
|
|
|
21 |
config_mod = sys.modules[config_mod_name]
|
22 |
code_dir = os.path.dirname(config_mod.__file__)
|
23 |
|
24 |
+
modeling_path = os.path.join(code_dir, "app.py")
|
25 |
if not os.path.exists(modeling_path):
|
26 |
raise FileNotFoundError(f"Couldnβt find {modeling_path}")
|
27 |
|