Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from sklearn.linear_model import LinearRegression
|
|
5 |
import matplotlib.pyplot as plt
|
6 |
|
7 |
# Load the stock data from the CSV file
|
8 |
-
data = pd.read_csv('
|
9 |
|
10 |
# Prepare the data for prediction
|
11 |
X = np.arange(len(data)).reshape(-1, 1)
|
|
|
5 |
import matplotlib.pyplot as plt
|
6 |
|
7 |
# Load the stock data from the CSV file
|
8 |
+
data = pd.read_csv('Google_test_data.csv')
|
9 |
|
10 |
# Prepare the data for prediction
|
11 |
X = np.arange(len(data)).reshape(-1, 1)
|