EasySci commited on
Commit
bdd543f
·
1 Parent(s): fd0a806

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +2 -0
app2.py CHANGED
@@ -177,6 +177,8 @@ buttons_to_add = []
177
 
178
  # Callback for adding selected options to the list
179
  def add_to_header(event):
 
 
180
  selected_options = filter_list.value
181
  if selected_options:
182
  for option in selected_options:
 
177
 
178
  # Callback for adding selected options to the list
179
  def add_to_header(event):
180
+ global paper_list
181
+
182
  selected_options = filter_list.value
183
  if selected_options:
184
  for option in selected_options: