Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -514,7 +514,7 @@ def server(input, output, session):
|
|
| 514 |
def plot_ui():
|
| 515 |
brush_opts_kwargs = {
|
| 516 |
"direction": 'xy',
|
| 517 |
-
"delay":
|
| 518 |
"delay_type": "throttle",
|
| 519 |
"clip": True, # This helps constrain the brush to the plot area
|
| 520 |
"fill": "#00000050", # Optional: sets a semi-transparent fill
|
|
|
|
| 514 |
def plot_ui():
|
| 515 |
brush_opts_kwargs = {
|
| 516 |
"direction": 'xy',
|
| 517 |
+
"delay": 250,
|
| 518 |
"delay_type": "throttle",
|
| 519 |
"clip": True, # This helps constrain the brush to the plot area
|
| 520 |
"fill": "#00000050", # Optional: sets a semi-transparent fill
|