Spaces:
Running
Running
Update app2.py
Browse files
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 |
|