Skip to content

Commit 486eca8

Browse files
authored
Update chatbot.py
1 parent c224fa9 commit 486eca8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chatbot.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
# # Meet Robo: your friend
55

66
import nltk
7+
import warnings
8+
warnings.filterwarnings("ignore")
79

810
# nltk.download() # for downloading packages
911

0 commit comments

Comments
 (0)