Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,7 +75,7 @@ def create_range_input(index):
|
|
| 75 |
], className="mb-2")
|
| 76 |
|
| 77 |
@callback(
|
| 78 |
-
Output('ranges-container', 'children'),
|
| 79 |
Input('add-range', 'n_clicks'),
|
| 80 |
Input({'type': 'remove-range', 'index': ALL}, 'n_clicks'),
|
| 81 |
State('ranges-container', 'children'),
|
|
|
|
| 75 |
], className="mb-2")
|
| 76 |
|
| 77 |
@callback(
|
| 78 |
+
Output('ranges-container', 'children', allow_duplicate=True),
|
| 79 |
Input('add-range', 'n_clicks'),
|
| 80 |
Input({'type': 'remove-range', 'index': ALL}, 'n_clicks'),
|
| 81 |
State('ranges-container', 'children'),
|