mukhlishr commited on
Commit
b09c7aa
1 Parent(s): 5ab3d05

Update eda.py

Browse files
Files changed (1) hide show
  1. eda.py +2 -2
eda.py CHANGED
@@ -72,8 +72,8 @@ def run():
72
  fig.suptitle(title, fontsize=20)
73
  fig.subplots_adjust(top=2.3)
74
 
75
- st.plt.imshow(wordcloud)
76
- st.plt.show()
77
 
78
  # Wordcloud all
79
  show_wordcloud(df['Review'].values)
 
72
  fig.suptitle(title, fontsize=20)
73
  fig.subplots_adjust(top=2.3)
74
 
75
+ plt.imshow(wordcloud)
76
+ st.pyplot(fig)
77
 
78
  # Wordcloud all
79
  show_wordcloud(df['Review'].values)