Showing
1 changed file
with
1 additions
and
3 deletions
... | @@ -68,6 +68,4 @@ def GetWordCloud(): | ... | @@ -68,6 +68,4 @@ def GetWordCloud(): |
68 | plt.imshow(array, interpolation="bilinear") | 68 | plt.imshow(array, interpolation="bilinear") |
69 | plt.axis("off") | 69 | plt.axis("off") |
70 | plt.show() | 70 | plt.show() |
71 | - fig.savefig('./static/images/wordcloud.png') | ||
72 | - | ||
73 | -GetWordCloud() | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
71 | + fig.savefig('./static/images/wordcloud.png') | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment