Jayeshbhaal commited on
Commit
7a5f403
1 Parent(s): dabe490
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def inference_pos(newssource): #, date):
56
 
57
  print("********************* Positive News **************************")
58
  print(f"Newssource is - {newssource}")
59
- print(f"description length is - {len(description)}")
60
  print(f"content length is - {len(content)}")
61
  print(f"url length is - {len(url)}")
62
  print(f"urlToImage length is - {len(urlToImage)}")
 
56
 
57
  print("********************* Positive News **************************")
58
  print(f"Newssource is - {newssource}")
59
+ print(f"description length is - {len(description)}")
60
  print(f"content length is - {len(content)}")
61
  print(f"url length is - {len(url)}")
62
  print(f"urlToImage length is - {len(urlToImage)}")