seawolf2357 commited on
Commit
17b3296
1 Parent(s): aa5dc7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +11,8 @@ 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
 
17
  st.title("Stock Market Trend Predictor")
18
  use_input = st.text_input('Enter Stock Ticker', stock_ticker)
 
11
 
12
  # Start and the End dates and the stock ticker
13
  start = '2000-01-01'
14
+ end = '2023-12-31'
15
+ stock_ticker = '005930.KS'
16
 
17
  st.title("Stock Market Trend Predictor")
18
  use_input = st.text_input('Enter Stock Ticker', stock_ticker)