Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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('
|
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)
|