EasySci commited on
Commit
b3316f1
·
1 Parent(s): 56b994a

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +2 -0
app2.py CHANGED
@@ -72,6 +72,8 @@ def run_code(event):
72
 
73
 
74
  def update_mainTLDR():
 
 
75
  # Create a list to store the contents for the selected categories
76
  content_list = []
77
 
 
72
 
73
 
74
  def update_mainTLDR():
75
+ global paper_list # Declare 'paper_list' as a global variable to store the search results
76
+
77
  # Create a list to store the contents for the selected categories
78
  content_list = []
79