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