KwabenaMufasa bright1 commited on
Commit
2dd3b91
1 Parent(s): bd2df90

Update app.py (#3)

Browse files

- Update app.py (6b51cb7c4d1cfce8918d6b302f555b9dcd009983)


Co-authored-by: Bright Eshun <bright1@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +3 -3
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
- # src\app\images1.jpg
31
- image1 = Image.open('src/app/images1.jpg')
32
- image2 = Image.open('src/app/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,
 
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,