Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,8 @@ import pandas as pd
|
|
4 |
import matplotlib.pyplot as plt
|
5 |
import seaborn as sns
|
6 |
import requests
|
|
|
|
|
7 |
|
8 |
# News API Key
|
9 |
news_api_key = "AIzaSyAlvoXLqzqcZgVjhQeCNUsQgk6_SGHQNr8" # Replace with your News API key
|
|
|
4 |
import matplotlib.pyplot as plt
|
5 |
import seaborn as sns
|
6 |
import requests
|
7 |
+
from googleapiclient.discovery import build
|
8 |
+
from google.oauth2.credentials import Credentials
|
9 |
|
10 |
# News API Key
|
11 |
news_api_key = "AIzaSyAlvoXLqzqcZgVjhQeCNUsQgk6_SGHQNr8" # Replace with your News API key
|