nickmuchi commited on
Commit
9e558e1
·
1 Parent(s): 2cfa8fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ import warnings
18
  import streamlit as st
19
  from PIL import Image
20
 
21
- #nltk.download('punkt')
22
 
23
  from nltk import sent_tokenize
24
 
 
18
  import streamlit as st
19
  from PIL import Image
20
 
21
+ nltk.download('punkt')
22
 
23
  from nltk import sent_tokenize
24