Shrikrishna commited on
Commit
f0d58f3
·
1 Parent(s): e46c516

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from keras.models import load_model
10
  from sklearn.preprocessing import MinMaxScaler
11
 
12
  # Start and the End dates and the stock ticker
13
- start = '2005-01-01'
14
  end = '2022-12-31'
15
  stock_ticker = 'TATAPOWER.NS'
16
 
 
10
  from sklearn.preprocessing import MinMaxScaler
11
 
12
  # Start and the End dates and the stock ticker
13
+ start = '2000-01-01'
14
  end = '2022-12-31'
15
  stock_ticker = 'TATAPOWER.NS'
16