hardik-kanzariya commited on
Commit
d72a1fc
1 Parent(s): 50266a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ from tensorflow.keras.preprocessing.text import tokenizer_from_json
4
  import pandas as pd
5
  import re
6
  from nltk.stem import WordNetLemmatizer
 
7
  import json
8
  import numpy as np
9
  import streamlit as st
 
4
  import pandas as pd
5
  import re
6
  from nltk.stem import WordNetLemmatizer
7
+ import nltk
8
  import json
9
  import numpy as np
10
  import streamlit as st