pritamdeka commited on
Commit
852e3fc
Β·
1 Parent(s): 068f4f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ def keyphrase_generator(article_link, model_1, model_2, max_num_keywords, model_
126
  for elem in x:
127
  final_textrank_list.append(elem[1])
128
 
129
- ################################################################ Textrank ends ##################################################
130
 
131
  ######################################################## From here we start the keyphrase extraction process ################################################
132
 
 
126
  for elem in x:
127
  final_textrank_list.append(elem[1])
128
 
129
+ ################################################################ Textrank ends #################################################
130
 
131
  ######################################################## From here we start the keyphrase extraction process ################################################
132