ab-huggingface commited on
Commit
f09d735
·
verified ·
1 Parent(s): 22f4835

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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 (str): The content of the news article to be classified.
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
  """