markytools commited on
Commit
4a8456a
·
1 Parent(s): 7ebe559
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -17,7 +17,6 @@ try:
17
  stock_data = yf.download(ticker_symbol, start=start_date, end=end_date)
18
  except Exception as e:
19
  st.error("Error fetching stock data. Please check the ticker symbol and date range.")
20
- return
21
 
22
  # Display basic stock information
23
  st.header(f"Stock Analysis for {ticker_symbol}")
 
17
  stock_data = yf.download(ticker_symbol, start=start_date, end=end_date)
18
  except Exception as e:
19
  st.error("Error fetching stock data. Please check the ticker symbol and date range.")
 
20
 
21
  # Display basic stock information
22
  st.header(f"Stock Analysis for {ticker_symbol}")