MacDash commited on
Commit
ef85f31
·
verified ·
1 Parent(s): c95220d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "YOUR_NEWS_API_KEY" # 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
 
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