Jayeshbhaal commited on
Commit
23eea63
1 Parent(s): ba07311
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def inference(newssource): #, date):
67
  print("************** df start ****************")
68
  print(df)
69
  print("************** df end ****************")
70
- print(f"dataframe shape is :,{df.shape}")
71
  if dictnews['urlToImage'][0] is not None :
72
  html_out = "<img src= " + dictnews['urlToImage'][0] + ">"
73
  print(f"html_out is : {html_out}")
 
67
  print("************** df start ****************")
68
  print(df)
69
  print("************** df end ****************")
70
+ print(f"dataframe shape is :,{df.shape}")
71
  if dictnews['urlToImage'][0] is not None :
72
  html_out = "<img src= " + dictnews['urlToImage'][0] + ">"
73
  print(f"html_out is : {html_out}")