Update app.py
Browse files
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": "#
|
| 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 |
),
|