Spaces:
Sleeping
Sleeping
Update TLDR.py
Browse files
TLDR.py
CHANGED
|
@@ -47,7 +47,7 @@ def run_code(buttons_to_add, arxiv_tags, event = None):
|
|
| 47 |
# result_general = search.search_general()
|
| 48 |
|
| 49 |
|
| 50 |
-
#
|
| 51 |
# try:
|
| 52 |
# print(test['title'], flush = True)
|
| 53 |
# print(test['subject'], flush = True)
|
|
@@ -58,7 +58,7 @@ def run_code(buttons_to_add, arxiv_tags, event = None):
|
|
| 58 |
# print(test['abstract'], flush = True)
|
| 59 |
|
| 60 |
#return result_general
|
| 61 |
-
return result_arxiv
|
| 62 |
|
| 63 |
|
| 64 |
def update_mainTLDR(buttons_to_add, paper_list):
|
|
|
|
| 47 |
# result_general = search.search_general()
|
| 48 |
|
| 49 |
|
| 50 |
+
#for test in result_general:
|
| 51 |
# try:
|
| 52 |
# print(test['title'], flush = True)
|
| 53 |
# print(test['subject'], flush = True)
|
|
|
|
| 58 |
# print(test['abstract'], flush = True)
|
| 59 |
|
| 60 |
#return result_general
|
| 61 |
+
return result_arxiv.results()
|
| 62 |
|
| 63 |
|
| 64 |
def update_mainTLDR(buttons_to_add, paper_list):
|