Spaces:
Running
Running
Jeff Myers II
commited on
Commit
·
363fea7
1
Parent(s):
10a8b7e
Removed Entertainment, Health, and Science categories."
Browse files
News.py
CHANGED
@@ -8,10 +8,10 @@ class News:
|
|
8 |
__EX_SOURCES__ = ["ABC News", "Bloomberg", "The Hill", "Fox Sports", "Google News", "Newsweek", "Politico"]
|
9 |
__CATEGORIES__ = [
|
10 |
"General",
|
11 |
-
"Business",
|
12 |
# "Entertainment",
|
13 |
# "Health",
|
14 |
-
|
15 |
"Technology"
|
16 |
]
|
17 |
|
|
|
8 |
__EX_SOURCES__ = ["ABC News", "Bloomberg", "The Hill", "Fox Sports", "Google News", "Newsweek", "Politico"]
|
9 |
__CATEGORIES__ = [
|
10 |
"General",
|
11 |
+
# "Business",
|
12 |
# "Entertainment",
|
13 |
# "Health",
|
14 |
+
"Science",
|
15 |
"Technology"
|
16 |
]
|
17 |
|