Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import seaborn as sns
|
|
6 |
import requests
|
7 |
|
8 |
# News API Key
|
9 |
-
news_api_key = "
|
10 |
|
11 |
@st.cache_data
|
12 |
def load_data(file):
|
|
|
6 |
import requests
|
7 |
|
8 |
# News API Key
|
9 |
+
news_api_key = "AIzaSyAlvoXLqzqcZgVjhQeCNUsQgk6_SGHQNr8" # Replace with your News API key
|
10 |
|
11 |
@st.cache_data
|
12 |
def load_data(file):
|