jonathanjordan21 commited on
Commit
7a4ba1a
·
verified ·
1 Parent(s): ccd1a73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def news_details(url: str):
36
  return {
37
  "title": article.title,
38
  "description": article.text,
39
- "author": article.author,
40
  "date": article.publish_date,
41
  }
42
 
 
36
  return {
37
  "title": article.title,
38
  "description": article.text,
39
+ "author": article.authors,
40
  "date": article.publish_date,
41
  }
42