Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from functools import lru_cache
|
|
13 |
|
14 |
# Environment and path setup
|
15 |
current_dir = os.path.dirname(__file__)
|
16 |
-
src_path = os.path.abspath(os.path.join(current_dir, "
|
17 |
|
18 |
print(">> Adding to path:", src_path)
|
19 |
sys.path.insert(0, src_path)
|
|
|
13 |
|
14 |
# Environment and path setup
|
15 |
current_dir = os.path.dirname(__file__)
|
16 |
+
src_path = os.path.abspath(os.path.join(current_dir, "src"))
|
17 |
|
18 |
print(">> Adding to path:", src_path)
|
19 |
sys.path.insert(0, src_path)
|