Rehman1603 commited on
Commit
c788a57
·
verified ·
1 Parent(s): 8c47c78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import plotly.graph_objs as go
5
 
6
  # Function to train the model and generate forecast
7
  def predict_sales(time_frame):
8
- all_sales_data = pd.read_csv('/content/All sales - House of Pizza.csv')
9
 
10
  # Clean up the 'Total paid' column
11
  amount = all_sales_data['Total paid'].str.replace('₨', '', regex=False)
 
5
 
6
  # Function to train the model and generate forecast
7
  def predict_sales(time_frame):
8
+ all_sales_data = pd.read_csv('All sales - House of Pizza.csv')
9
 
10
  # Clean up the 'Total paid' column
11
  amount = all_sales_data['Total paid'].str.replace('₨', '', regex=False)