tzurshubi commited on
Commit
7411d4c
·
verified ·
1 Parent(s): 345c755

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -543,7 +543,7 @@ app.layout = html.Div(
543
  html.Button("Longest CIB", id="btn_longest_cib", n_clicks=0,
544
  style={"background": "#059669", "color": "white"}),
545
  html.Button("Shorter CIB", id="btn_shorter_cib", n_clicks=0,
546
- style={"background": "#88E788", "color": "white"}),
547
  html.Button("Clear", id="btn_clear", n_clicks=0),
548
  ]
549
  ),
 
543
  html.Button("Longest CIB", id="btn_longest_cib", n_clicks=0,
544
  style={"background": "#059669", "color": "white"}),
545
  html.Button("Shorter CIB", id="btn_shorter_cib", n_clicks=0,
546
+ style={"background": "#00C04B", "color": "white"}),
547
  html.Button("Clear", id="btn_clear", n_clicks=0),
548
  ]
549
  ),