Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,6 @@ nltk.download('WordNetLemmatizer')
|
|
| 12 |
from nltk.stem import WordNetLemmatizer
|
| 13 |
|
| 14 |
|
| 15 |
-
|
| 16 |
def main():
|
| 17 |
""" Blooms Taxonomy classifier"""
|
| 18 |
|
|
|
|
| 12 |
from nltk.stem import WordNetLemmatizer
|
| 13 |
|
| 14 |
|
|
|
|
| 15 |
def main():
|
| 16 |
""" Blooms Taxonomy classifier"""
|
| 17 |
|