EasySci commited on
Commit
5af9b8e
·
1 Parent(s): de80fed

Update app2.py

Browse files
Files changed (1) hide show
  1. app2.py +1 -1
app2.py CHANGED
@@ -92,7 +92,7 @@ def add_to_header(event):
92
  buttons_to_add.append(option) # Add to header if not already present
93
 
94
  paper_list_itr = TLDR.run_code(option, loaded_dict)
95
- paper_list.append(paper_list_itr)
96
  filter_list.value = [] # Clear the selected options after adding them to the header
97
  update_header() # Update the header after adding options
98
 
 
92
  buttons_to_add.append(option) # Add to header if not already present
93
 
94
  paper_list_itr = TLDR.run_code(option, loaded_dict)
95
+ paper_list.append(paper_list_itr)
96
  filter_list.value = [] # Clear the selected options after adding them to the header
97
  update_header() # Update the header after adding options
98