Spaces:
Runtime error
Runtime error
Update app.py
Browse filesUpdated file path for images
app.py
CHANGED
@@ -27,9 +27,9 @@ st.title("Grocery Store Forecasting Prediction")
|
|
27 |
# Load the saved data
|
28 |
df = pd.read_csv('Grocery.csv')
|
29 |
|
30 |
-
|
31 |
-
image1 = Image.open('
|
32 |
-
image2 = Image.open('
|
33 |
|
34 |
def make_prediction(store_id, category_id, onpromotion, year,month, dayofmonth,
|
35 |
dayofweek, dayofyear,weekofyear, quarter, is_month_start, is_month_end,
|
|
|
27 |
# Load the saved data
|
28 |
df = pd.read_csv('Grocery.csv')
|
29 |
|
30 |
+
|
31 |
+
image1 = Image.open('images1.jpg')
|
32 |
+
image2 = Image.open('image 2.jpg')
|
33 |
|
34 |
def make_prediction(store_id, category_id, onpromotion, year,month, dayofmonth,
|
35 |
dayofweek, dayofyear,weekofyear, quarter, is_month_start, is_month_end,
|