EasySci commited on
Commit
850e619
·
1 Parent(s): 169049b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)