Spaces:
Runtime error
Runtime error
Commit
Β·
b9f3350
1
Parent(s):
157e414
Update app.py
Browse files
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 |
-
|
| 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 |
|