Spaces:
Runtime error
Runtime error
Commit
·
f0d58f3
1
Parent(s):
e46c516
Update app.py
Browse files
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 = '
|
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 |
|