diff --git a/app.py b/app.py index 73edbf342503c994a68492a4e1c3c3ba70da5b9e..cc0dc9e14b4e42f93af31166749159cc9c999830 100644 --- a/app.py +++ b/app.py @@ -163,12 +163,12 @@ def check_cache(author_name: str, verbose=0): scraped_labels, author_score = frame_to_lists(ar) - if len(db.keys()) < 11: - db[author_name] = { - "ar": ar, - "scraped_labels": scraped_labels, - "author_score": author_score, - } + #if len(db.keys()) < 11: + # db[author_name] = { + # "ar": ar, + # "scraped_labels": scraped_labels, + # "author_score": author_score, + # } except: aliases = semantic_scholar_alias(author_name) st.warning("Name as typed not found in semantic scholar API, so checking dissemin...")