QuantumLearner commited on
Commit
955155d
·
verified ·
1 Parent(s): 9c40dc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ By running {num_simulations} simulations, the tool generates a distribution of p
64
 
65
  # Running the analysis when the button is pressed
66
  if st.sidebar.button('Run Analysis'):
67
- st.write(f"Fetching data for {ticker}...')
68
  try:
69
  stock_data = yf.download(ticker, start=start_date, end=end_date, auto_adjust=False)
70
  if not stock_data.empty:
 
64
 
65
  # Running the analysis when the button is pressed
66
  if st.sidebar.button('Run Analysis'):
67
+ st.write(f"Fetching data for {ticker}...")
68
  try:
69
  stock_data = yf.download(ticker, start=start_date, end=end_date, auto_adjust=False)
70
  if not stock_data.empty: