nesticot commited on
Commit
14dfe7d
·
verified ·
1 Parent(s): 720985c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -517,7 +517,7 @@ def server(input, output, session):
517
  "delay": 60,
518
  "delay_type": "throttle",
519
  "clip": True, # This helps constrain the brush to the plot area
520
- "fill": "#FFB00033", # Optional: sets a semi-transparent fill
521
  "stroke": "#FFB000", # Resets brush when new data is loaded
522
  }
523
 
 
517
  "delay": 60,
518
  "delay_type": "throttle",
519
  "clip": True, # This helps constrain the brush to the plot area
520
+ "fill": "#FFB00050", # Optional: sets a semi-transparent fill
521
  "stroke": "#FFB000", # Resets brush when new data is loaded
522
  }
523