saherPervaiz commited on
Commit
dbbe739
·
verified ·
1 Parent(s): d2606af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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