Vipul-Chauhan commited on
Commit
3b42ca3
1 Parent(s): 55e37de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ from wordcloud import WordCloud
72
 
73
  dictt_cluster_words={}
74
 
75
- for i in range(0,20):
76
  # print(i)
77
  temp_df = newsdf_sample[newsdf_sample.exp25==i]
78
  text_list= temp_df["tfidf_cleaned"].values
 
72
 
73
  dictt_cluster_words={}
74
 
75
+ for i in range(0,25):
76
  # print(i)
77
  temp_df = newsdf_sample[newsdf_sample.exp25==i]
78
  text_list= temp_df["tfidf_cleaned"].values