Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,5 @@ def update_header():
|
|
| 71 |
header_buttons.append(new_button)
|
| 72 |
buttons_to_add.clear() # Clear the list after adding the buttons to the header
|
| 73 |
|
| 74 |
-
pn.state.add_periodic_callback(update_header, period=100)
|
| 75 |
-
|
| 76 |
# Run the app
|
| 77 |
template.servable()
|
|
|
|
| 71 |
header_buttons.append(new_button)
|
| 72 |
buttons_to_add.clear() # Clear the list after adding the buttons to the header
|
| 73 |
|
|
|
|
|
|
|
| 74 |
# Run the app
|
| 75 |
template.servable()
|