Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ def main():
|
|
| 40 |
|
| 41 |
# 1. Fetch data (Fetch 60 days to allow for the 26-day MACD EMA dropping NaNs)
|
| 42 |
market_df = fetcher.fetch_market_data(days=60)
|
| 43 |
-
news_df = fetcher.fetch_market_news(days=
|
| 44 |
|
| 45 |
st.warning(f"Earliest news fetched: {news_df['Date'].min()} | Total Headlines: {len(news_df)}")
|
| 46 |
|
|
|
|
| 40 |
|
| 41 |
# 1. Fetch data (Fetch 60 days to allow for the 26-day MACD EMA dropping NaNs)
|
| 42 |
market_df = fetcher.fetch_market_data(days=60)
|
| 43 |
+
news_df = fetcher.fetch_market_news(days=7)
|
| 44 |
|
| 45 |
st.warning(f"Earliest news fetched: {news_df['Date'].min()} | Total Headlines: {len(news_df)}")
|
| 46 |
|