nesticot commited on
Commit
ba5329a
·
verified ·
1 Parent(s): b3568d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": 100,
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