awacke1 commited on
Commit
ffabbeb
·
1 Parent(s): 7791ec9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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