Spaces:
Sleeping
Sleeping
Update app2.py
Browse files
app2.py
CHANGED
|
@@ -161,10 +161,6 @@ def update_header():
|
|
| 161 |
header_button.on_click(remove_from_header) # Add callback to remove the header button
|
| 162 |
header_buttons.append(header_button)
|
| 163 |
|
| 164 |
-
|
| 165 |
-
category_paper_title = get_paper_title_for_category(paper_list, button_name) # Implement this function
|
| 166 |
-
texts.append(category_paper_title)
|
| 167 |
-
|
| 168 |
|
| 169 |
main_body_instance.main_body = update_mainTLDR(paper_list)
|
| 170 |
# Update the filter list options to exclude buttons that are already in the header
|
|
|
|
| 161 |
header_button.on_click(remove_from_header) # Add callback to remove the header button
|
| 162 |
header_buttons.append(header_button)
|
| 163 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 164 |
|
| 165 |
main_body_instance.main_body = update_mainTLDR(paper_list)
|
| 166 |
# Update the filter list options to exclude buttons that are already in the header
|