alexaxbreadbytes commited on
Commit
651f8cc
·
verified ·
1 Parent(s): 7d31c46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -564,7 +564,8 @@ def runapp() -> None:
564
  legend=dict(
565
  x=0,
566
  y=.5,
567
- traceorder="normal")
 
568
  plot_bgcolor = 'rgba(10, 10, 10, 1)'
569
  )
570
 
 
564
  legend=dict(
565
  x=0,
566
  y=.5,
567
+ traceorder="normal"
568
+ ),
569
  plot_bgcolor = 'rgba(10, 10, 10, 1)'
570
  )
571