Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from urllib.request import urlopen
|
|
4 |
from newspaper import Article
|
5 |
import nltk
|
6 |
nltk.download('punkt')
|
7 |
-
|
8 |
st.set_page_config(page_title='NewsARC by theaimart')
|
9 |
|
10 |
def fetch_news_search_topic(topic):
|
|
|
4 |
from newspaper import Article
|
5 |
import nltk
|
6 |
nltk.download('punkt')
|
7 |
+
#by theaimart
|
8 |
st.set_page_config(page_title='NewsARC by theaimart')
|
9 |
|
10 |
def fetch_news_search_topic(topic):
|