Sa-m commited on
Commit
427074d
1 Parent(s): d7c764c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ def DispersionPlot(textParty):
154
  '''
155
  Dispersion PLot
156
  '''
157
- word_tokens_party = word_tokenize(text2Party) #Tokenizing
158
  moby = Text(word_tokens_party)
159
  word_Lst=[]
160
  for x in range(5):
154
  '''
155
  Dispersion PLot
156
  '''
157
+ word_tokens_party = word_tokenize(textParty) #Tokenizing
158
  moby = Text(word_tokens_party)
159
  word_Lst=[]
160
  for x in range(5):