Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|