Spaces:
Runtime error
Runtime error
Commit
•
2dd3b91
1
Parent(s):
bd2df90
Update app.py (#3)
Browse files- Update app.py (6b51cb7c4d1cfce8918d6b302f555b9dcd009983)
Co-authored-by: Bright Eshun <[email protected]>
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,
|