Jayeshbhaal commited on
Commit
94e1deb
1 Parent(s): 97986ab
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def inference(newssource): #, date):
71
  if dictnews['urlToImage'][0] is not None :
72
  html_out = "<img src= " + dictnews['urlToImage'][0] + ">"
73
  print(f"html_out is : {html_out}")
74
- return df, html_out
75
 
76
 
77
  #Gradio Blocks
 
71
  if dictnews['urlToImage'][0] is not None :
72
  html_out = "<img src= " + dictnews['urlToImage'][0] + ">"
73
  print(f"html_out is : {html_out}")
74
+ return df #, html_out
75
 
76
 
77
  #Gradio Blocks