Spaces:
Runtime error
Runtime error
first commit
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import pandas as pd
|
|
| 3 |
import yfinance as yf
|
| 4 |
import plotly.graph_objs as go
|
| 5 |
from datetime import datetime, timedelta
|
| 6 |
-
from
|
| 7 |
|
| 8 |
# Define the News API client
|
| 9 |
newsapi = NewsApiClient(api_key='30f892ddb31d43709e5a7a77833f824a')
|
|
|
|
| 3 |
import yfinance as yf
|
| 4 |
import plotly.graph_objs as go
|
| 5 |
from datetime import datetime, timedelta
|
| 6 |
+
from newspaper import Article
|
| 7 |
|
| 8 |
# Define the News API client
|
| 9 |
newsapi = NewsApiClient(api_key='30f892ddb31d43709e5a7a77833f824a')
|
requirements.txt
CHANGED
|
@@ -3,4 +3,4 @@ pandas
|
|
| 3 |
yfinance
|
| 4 |
plotly
|
| 5 |
datetime
|
| 6 |
-
|
|
|
|
| 3 |
yfinance
|
| 4 |
plotly
|
| 5 |
datetime
|
| 6 |
+
newspaper
|