Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -280,7 +280,7 @@ def word_cloud_generator(parsed_text_name,text_Party):
|
|
280 |
bwImg=Image_Processed('bjp.jpeg')
|
281 |
plt.figure(figsize=(5,4))
|
282 |
word_cloud(orgImg,bwImg,text_Party,maxWord=3000,colorGener=True,
|
283 |
-
contCol='white', bckColor='
|
284 |
plt.tight_layout()
|
285 |
buf = BytesIO()
|
286 |
plt.savefig(buf)
|
|
|
280 |
bwImg=Image_Processed('bjp.jpeg')
|
281 |
plt.figure(figsize=(5,4))
|
282 |
word_cloud(orgImg,bwImg,text_Party,maxWord=3000,colorGener=True,
|
283 |
+
contCol='white', bckColor='black')
|
284 |
plt.tight_layout()
|
285 |
buf = BytesIO()
|
286 |
plt.savefig(buf)
|