krishujeniya commited on
Commit
362d829
·
verified ·
1 Parent(s): 4d0ea91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  from bot import chat
3
-
4
  # Ensure required NLTK data is downloaded
5
  nltk.download('punkt')
6
  nltk.download('wordnet')
 
1
  import streamlit as st
2
  from bot import chat
3
+ import nltk
4
  # Ensure required NLTK data is downloaded
5
  nltk.download('punkt')
6
  nltk.download('wordnet')