pritamdeka commited on
Commit
b9f3350
Β·
1 Parent(s): 157e414

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -230,7 +230,7 @@ def keyphrase_generator(article_link, model_1, model_2, max_num_keywords, model_
230
  article_abstract_name = b.text
231
  abstracts_list.append(article_abstract_name)
232
 
233
- ################################## PubMed extraction ends here ########################################################
234
 
235
  ########################################## Most relevant abstracts as per news article heading starts here ##########################################
236
 
 
230
  article_abstract_name = b.text
231
  abstracts_list.append(article_abstract_name)
232
 
233
+ ################################ PubMed extraction ends here ########################################################
234
 
235
  ########################################## Most relevant abstracts as per news article heading starts here ##########################################
236