Spaces:
Sleeping
Sleeping
Update app2.py
Browse files
app2.py
CHANGED
|
@@ -108,7 +108,7 @@ def update_header():
|
|
| 108 |
header_button.on_click(remove_from_header) # Add callback to remove the header button
|
| 109 |
header_buttons.append(header_button)
|
| 110 |
|
| 111 |
-
main_body_instance.main_body = TLDR.update_mainTLDR(
|
| 112 |
# Update the filter list options to exclude buttons that are already in the header
|
| 113 |
filter_list.options = [option for option in entered_options if option not in buttons_to_add]
|
| 114 |
|
|
|
|
| 108 |
header_button.on_click(remove_from_header) # Add callback to remove the header button
|
| 109 |
header_buttons.append(header_button)
|
| 110 |
|
| 111 |
+
main_body_instance.main_body = TLDR.update_mainTLDR(filter_list, paper_list)
|
| 112 |
# Update the filter list options to exclude buttons that are already in the header
|
| 113 |
filter_list.options = [option for option in entered_options if option not in buttons_to_add]
|
| 114 |
|