nesticot commited on
Commit
1ab02c0
·
verified ·
1 Parent(s): 16258c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -517,8 +517,8 @@ 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": "#FFB00050", # Optional: sets a semi-transparent fill
521
- "stroke": "#FFB000", # Resets brush when new data is loaded
522
  }
523
 
524
  return ui.output_plot('plot',
 
517
  "delay": 60,
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
521
+ "stroke": "#000000", # Resets brush when new data is loaded
522
  }
523
 
524
  return ui.output_plot('plot',