FahadAlam commited on
Commit
6b8afad
1 Parent(s): 6f50418

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def wikipediaScrap(article_name, wikipedia_language = "en"):
26
  plt.imshow(wordcloud, interpolation='bilinear')
27
  plt.axis("off")
28
 
29
- return title, content, page_url, "\n". join(linked_pages), plt.show()
30
 
31
  examples = [["Eiffel Tower", "en"], ["Eiffel tower", 'ur']]
32
 
 
26
  plt.imshow(wordcloud, interpolation='bilinear')
27
  plt.axis("off")
28
 
29
+ return title, content, page_url, "\n". join(linked_pages), plt
30
 
31
  examples = [["Eiffel Tower", "en"], ["Eiffel tower", 'ur']]
32