Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import itertools
|
|
|
3 |
from nltk.corpus import wordnet, words
|
4 |
|
5 |
# Download the necessary resources
|
|
|
1 |
import streamlit as st
|
2 |
import itertools
|
3 |
+
import nltk
|
4 |
from nltk.corpus import wordnet, words
|
5 |
|
6 |
# Download the necessary resources
|