Spaces:
Running
Running
as-cle-bert
commited on
Commit
•
45eb3c8
1
Parent(s):
5233e20
Update pubmedScraper.py
Browse files- pubmedScraper.py +0 -1
pubmedScraper.py
CHANGED
@@ -25,7 +25,6 @@ def fetch_pubmed_details(pubmed_ids, address):
|
|
25 |
return records
|
26 |
|
27 |
def respond_to_query(query,address,max_results=10):
|
28 |
-
|
29 |
# Perform the PubMed search
|
30 |
pubmed_ids = search_pubmed(query, max_results,address)
|
31 |
|
|
|
25 |
return records
|
26 |
|
27 |
def respond_to_query(query,address,max_results=10):
|
|
|
28 |
# Perform the PubMed search
|
29 |
pubmed_ids = search_pubmed(query, max_results,address)
|
30 |
|