EasySci commited on
Commit
35bddec
·
1 Parent(s): 2c09956

Update TLDR.py

Browse files
Files changed (1) hide show
  1. TLDR.py +1 -2
TLDR.py CHANGED
@@ -64,8 +64,7 @@ def run_code(buttons_to_add, arxiv_tags, event = None):
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
70
  content_list = []
71
 
 
64
 
65
 
66
  def update_mainTLDR(buttons_to_add, paper_list):
67
+
 
68
  # Create a list to store the contents for the selected categories
69
  content_list = []
70