Shrikrishna commited on
Commit
8038fc6
·
1 Parent(s): e0df567

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ st.title('Stock Future Predicter')
17
  use_input = st.text_input('Enter stock Ticker', 'AAPL')##############
18
 
19
  if st.button('Predict'):
20
- df = yf.download(use_input, start)
21
 
22
 
23
  #describing data
 
17
  use_input = st.text_input('Enter stock Ticker', 'AAPL')##############
18
 
19
  if st.button('Predict'):
20
+ df = yf.download(use_input, start, end)
21
 
22
 
23
  #describing data