Spaces:
Runtime error
Runtime error
removing nltk
Browse files
app.py
CHANGED
@@ -5,7 +5,6 @@ import html
|
|
5 |
|
6 |
from htbuilder import H, HtmlElement, styles
|
7 |
from htbuilder.units import unit
|
8 |
-
from nltk import bigrams
|
9 |
|
10 |
# Only works in 3.7+: from htbuilder import div, span
|
11 |
div = H.div
|
|
|
5 |
|
6 |
from htbuilder import H, HtmlElement, styles
|
7 |
from htbuilder.units import unit
|
|
|
8 |
|
9 |
# Only works in 3.7+: from htbuilder import div, span
|
10 |
div = H.div
|