Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,12 +4,6 @@ import requests
|
|
4 |
# Replace this with your actual News API key
|
5 |
API_KEY = "fe1e6bcbbf384b3e9220a7a1138805e0" # π Add your NewsAPI.org API key here
|
6 |
|
7 |
-
import streamlit as st
|
8 |
-
import requests
|
9 |
-
|
10 |
-
# Replace this with your actual News API key
|
11 |
-
API_KEY = "YOUR_NEWS_API_KEY"
|
12 |
-
|
13 |
# Store articles submitted by publishers
|
14 |
publisher_articles = []
|
15 |
|
|
|
4 |
# Replace this with your actual News API key
|
5 |
API_KEY = "fe1e6bcbbf384b3e9220a7a1138805e0" # π Add your NewsAPI.org API key here
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
# Store articles submitted by publishers
|
8 |
publisher_articles = []
|
9 |
|