EasySci commited on
Commit
d35a1c3
·
1 Parent(s): 8ca347c

Update TLDR.py

Browse files
Files changed (1) hide show
  1. TLDR.py +1 -1
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