Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,6 +47,7 @@ def add_to_header(event):
|
|
| 47 |
filter_list.value = [] # Clear the selected options after adding them to the list
|
| 48 |
|
| 49 |
# Update the header immediately after adding the options
|
|
|
|
| 50 |
update_header(buttons_to_add)
|
| 51 |
|
| 52 |
add_to_header_button.on_click(add_to_header)
|
|
|
|
| 47 |
filter_list.value = [] # Clear the selected options after adding them to the list
|
| 48 |
|
| 49 |
# Update the header immediately after adding the options
|
| 50 |
+
print(buttons_to_add)
|
| 51 |
update_header(buttons_to_add)
|
| 52 |
|
| 53 |
add_to_header_button.on_click(add_to_header)
|