Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from googleapiclient.discovery import build
|
|
| 8 |
from google.oauth2.credentials import Credentials
|
| 9 |
|
| 10 |
# News API Key
|
| 11 |
-
news_api_key = "
|
| 12 |
|
| 13 |
@st.cache_data
|
| 14 |
def load_data(file):
|
|
|
|
| 8 |
from google.oauth2.credentials import Credentials
|
| 9 |
|
| 10 |
# News API Key
|
| 11 |
+
news_api_key = "fe1e6bcbbf384b3e9220a7a1138805e0" # Replace with your News API key
|
| 12 |
|
| 13 |
@st.cache_data
|
| 14 |
def load_data(file):
|