Spaces:
Runtime error
Runtime error
fixed image name in app.py file
Browse files- src/app/app.py +1 -1
src/app/app.py
CHANGED
@@ -26,7 +26,7 @@ DIRPATH = os.path.dirname(os.path.realpath(__file__))
|
|
26 |
ml_components_1 = os.path.join(DIRPATH, "..", "assets", "ml_components", "ml_components_1.pkl")
|
27 |
ml_components_2 = os.path.join(DIRPATH, "..", "assets", "ml_components", "ml_components_2.pkl")
|
28 |
hist_df = os.path.join(DIRPATH, "..", "assets", "history.csv")
|
29 |
-
image_path = os.path.join(DIRPATH, "..", "assets", "images", "sales_images")
|
30 |
|
31 |
|
32 |
|
|
|
26 |
ml_components_1 = os.path.join(DIRPATH, "..", "assets", "ml_components", "ml_components_1.pkl")
|
27 |
ml_components_2 = os.path.join(DIRPATH, "..", "assets", "ml_components", "ml_components_2.pkl")
|
28 |
hist_df = os.path.join(DIRPATH, "..", "assets", "history.csv")
|
29 |
+
image_path = os.path.join(DIRPATH, "..", "assets", "images", "sales_images.jpg")
|
30 |
|
31 |
|
32 |
|