Unknown92 commited on
Commit
261fd3d
·
1 Parent(s): ac4a345

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from sklearn.metrics.pairwise import cosine_similarity
4
  from keyphrasetransformer import KeyPhraseTransformer
5
  from wordcloud import WordCloud
6
  import matplotlib.pyplot as plt
7
-
8
 
9
  kp = KeyPhraseTransformer()
10
 
 
4
  from keyphrasetransformer import KeyPhraseTransformer
5
  from wordcloud import WordCloud
6
  import matplotlib.pyplot as plt
7
+ import pandas as pd
8
 
9
  kp = KeyPhraseTransformer()
10