Spaces:
Sleeping
Sleeping
Update app2.py
Browse files
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:
|