samarthv commited on
Commit
d7e31be
1 Parent(s): d47fa90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('google_stock.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)