saherPervaiz commited on
Commit
4de71eb
Β·
verified Β·
1 Parent(s): c1ce264

Update app.py

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