Dragneel commited on
Commit
5c16999
·
1 Parent(s): 8f9e96b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import pickle
4
  from sentiment import get_sentiment
5
 
6
  # Load the data
7
- novel_list = pickle.load(open('Dragneel/Recon/data/novel_list.pkl', 'rb'))
8
  novel_list['english_publisher'] = novel_list['english_publisher'].fillna('unknown')
9
  name_list = novel_list['name'].values
10
 
 
4
  from sentiment import get_sentiment
5
 
6
  # Load the data
7
+ novel_list = pickle.load(open('Recon/data/novel_list.pkl', 'rb'))
8
  novel_list['english_publisher'] = novel_list['english_publisher'].fillna('unknown')
9
  name_list = novel_list['name'].values
10