Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,10 +37,8 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
37 |
def classify_news_article(article_text: str) -> str:
|
38 |
"""
|
39 |
Classifies a news article as 'Real' or 'Fake' based on its content.
|
40 |
-
|
41 |
Args:
|
42 |
-
article_text
|
43 |
-
|
44 |
Returns:
|
45 |
str: 'Real' if the article is classified as real news, 'Fake' otherwise.
|
46 |
"""
|
|
|
37 |
def classify_news_article(article_text: str) -> str:
|
38 |
"""
|
39 |
Classifies a news article as 'Real' or 'Fake' based on its content.
|
|
|
40 |
Args:
|
41 |
+
article_text: The content of the news article to be classified.
|
|
|
42 |
Returns:
|
43 |
str: 'Real' if the article is classified as real news, 'Fake' otherwise.
|
44 |
"""
|