AswinPJaison commited on
Commit
a356196
·
1 Parent(s): e1b5344

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from tensorflow.keras.datasets import imdb
6
  from tensorflow.keras.preprocessing.sequence import pad_sequences
7
  import pickle
8
 
9
- # Load word index for Sentiment Classification
10
  word_to_index = imdb.get_word_index()
11
 
12
  # Function to perform sentiment classification
 
6
  from tensorflow.keras.preprocessing.sequence import pad_sequences
7
  import pickle
8
 
9
+ # Load word index for Sentiments Classification
10
  word_to_index = imdb.get_word_index()
11
 
12
  # Function to perform sentiment classification