Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import yfinance as yf # For stock market data
|
|
7 |
import requests # For API calls
|
8 |
|
9 |
# Replace with your actual API keys
|
10 |
-
NEWS_API_KEY = "
|
11 |
TWITTER_BEARER_TOKEN = "YOUR_TWITTER_BEARER_TOKEN" # Get from https://developer.twitter.com/
|
12 |
|
13 |
# Initialize pre-trained sentiment analysis model from Hugging Face Transformers
|
|
|
7 |
import requests # For API calls
|
8 |
|
9 |
# Replace with your actual API keys
|
10 |
+
NEWS_API_KEY = "0ac3b0aa2cec405b85ecdb0e8ca15823" # Get from https://newsapi.org/
|
11 |
TWITTER_BEARER_TOKEN = "YOUR_TWITTER_BEARER_TOKEN" # Get from https://developer.twitter.com/
|
12 |
|
13 |
# Initialize pre-trained sentiment analysis model from Hugging Face Transformers
|