Rehman1603 commited on
Commit
d69c662
·
verified ·
1 Parent(s): b335a84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import numpy as np
6
 
7
  # Function to train the model and generate forecast
8
  def predict_sales(time_frame):
9
- all_sales_data = pd.read_csv('/content/All sales - House of Pizza.csv')
10
 
11
  # Clean up the 'Total paid' column by splitting based on '₨' symbol and converting to float
12
  def clean_total_paid(val):
 
6
 
7
  # Function to train the model and generate forecast
8
  def predict_sales(time_frame):
9
+ all_sales_data = pd.read_csv('All sales - House of Pizza.csv')
10
 
11
  # Clean up the 'Total paid' column by splitting based on '₨' symbol and converting to float
12
  def clean_total_paid(val):