Uvini commited on
Commit
303f24b
1 Parent(s): 160dd06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -62,8 +62,7 @@ if file is not None:
62
  )
63
 
64
  wc = WordCloud(width=600, height=300, background_color="white", colormap="winter").generate(positive_reviews)
65
- st.image(wc.to_array(), width=500, use_column_width=True, output_format="PNG", container_width=None,
66
- quality=None, use_pixelated_dataset=None, focal_point=None)
67
 
68
  st.markdown(
69
  f'<div style="background-color: #4AA6DD; color: #ffffff; padding: 6px; font-size: 20px; font-family: Verdana; font-weight: bold; text-align: center; margin-bottom: 40px; margin-top: 60px; border-radius: 1rem"> Causes behind Negative Reviews</div>',
 
62
  )
63
 
64
  wc = WordCloud(width=600, height=300, background_color="white", colormap="winter").generate(positive_reviews)
65
+ st.image(wc.to_array(), width=500, use_column_width=True, output_format="PNG")
 
66
 
67
  st.markdown(
68
  f'<div style="background-color: #4AA6DD; color: #ffffff; padding: 6px; font-size: 20px; font-family: Verdana; font-weight: bold; text-align: center; margin-bottom: 40px; margin-top: 60px; border-radius: 1rem"> Causes behind Negative Reviews</div>',