Spaces:
Running
Running
Update app2.py
Browse files
app2.py
CHANGED
|
@@ -92,7 +92,7 @@ def add_to_header(event):
|
|
| 92 |
buttons_to_add.append(option) # Add to header if not already present
|
| 93 |
|
| 94 |
paper_list_itr = TLDR.run_code(option, loaded_dict)
|
| 95 |
-
|
| 96 |
filter_list.value = [] # Clear the selected options after adding them to the header
|
| 97 |
update_header() # Update the header after adding options
|
| 98 |
|
|
|
|
| 92 |
buttons_to_add.append(option) # Add to header if not already present
|
| 93 |
|
| 94 |
paper_list_itr = TLDR.run_code(option, loaded_dict)
|
| 95 |
+
paper_list.append(paper_list_itr)
|
| 96 |
filter_list.value = [] # Clear the selected options after adding them to the header
|
| 97 |
update_header() # Update the header after adding options
|
| 98 |
|