EasySci commited on
Commit
4e6b4b4
·
1 Parent(s): b20a3e6

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -0
app2.py CHANGED
@@ -101,6 +101,7 @@ add_to_header_button.on_click(add_to_header)
101
 
102
  # Function to update the header layout with the newly created buttons
103
  def update_header():
 
104
  header_buttons.clear() # Clear the existing buttons
105
 
106
  for button_name in buttons_to_add:
 
101
 
102
  # Function to update the header layout with the newly created buttons
103
  def update_header():
104
+ global paper_list
105
  header_buttons.clear() # Clear the existing buttons
106
 
107
  for button_name in buttons_to_add: