Spaces:
Sleeping
Sleeping
Update TLDR.py
Browse files
TLDR.py
CHANGED
|
@@ -63,7 +63,7 @@ def run_code(buttons_to_add, arxiv_tags, event = None):
|
|
| 63 |
return result_arxiv
|
| 64 |
|
| 65 |
|
| 66 |
-
def update_mainTLDR(buttons_to_add):
|
| 67 |
global paper_list # Declare 'paper_list' as a global variable to store the search results
|
| 68 |
|
| 69 |
# Create a list to store the contents for the selected categories
|
|
|
|
| 63 |
return result_arxiv
|
| 64 |
|
| 65 |
|
| 66 |
+
def update_mainTLDR(buttons_to_add, paper_list):
|
| 67 |
global paper_list # Declare 'paper_list' as a global variable to store the search results
|
| 68 |
|
| 69 |
# Create a list to store the contents for the selected categories
|