THEAIMART commited on
Commit
fb7863c
·
verified ·
1 Parent(s): 55cd936

Update app.py

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