Spaces:
Sleeping
Sleeping
Update news.py
Browse files
news.py
CHANGED
@@ -8,6 +8,8 @@ from datetime import datetime, timedelta
|
|
8 |
from transformers import pipeline
|
9 |
from bs4 import BeautifulSoup
|
10 |
|
|
|
|
|
11 |
class NewsData:
|
12 |
def __init__(self) -> None:
|
13 |
"""
|
|
|
8 |
from transformers import pipeline
|
9 |
from bs4 import BeautifulSoup
|
10 |
|
11 |
+
######
|
12 |
+
|
13 |
class NewsData:
|
14 |
def __init__(self) -> None:
|
15 |
"""
|