Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ import matplotlib.pyplot as plt
|
|
21 |
from wordcloud import WordCloud
|
22 |
from matplotlib import pyplot as plt
|
23 |
|
24 |
-
|
25 |
from rank_bm25 import BM25Okapi
|
26 |
from sklearn.feature_extraction import _stop_words
|
27 |
import string
|
|
|
21 |
from wordcloud import WordCloud
|
22 |
from matplotlib import pyplot as plt
|
23 |
|
24 |
+
|
25 |
from rank_bm25 import BM25Okapi
|
26 |
from sklearn.feature_extraction import _stop_words
|
27 |
import string
|