Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ css = """
|
|
37 |
margin-right: 10px;
|
38 |
align-items: center;
|
39 |
font-size: 0.9em;
|
40 |
-
color: #
|
41 |
}
|
42 |
.separator {
|
43 |
margin: 0 5px;
|
@@ -69,7 +69,7 @@ css = """
|
|
69 |
.button {
|
70 |
width: 250px; /* Same as the select box width */
|
71 |
height: 100px; /* Button height */
|
72 |
-
background-color: #
|
73 |
color: white;
|
74 |
font-weight: bold;
|
75 |
border-radius: 8px;
|
|
|
37 |
margin-right: 10px;
|
38 |
align-items: center;
|
39 |
font-size: 0.9em;
|
40 |
+
color: #ADD8E6;
|
41 |
}
|
42 |
.separator {
|
43 |
margin: 0 5px;
|
|
|
69 |
.button {
|
70 |
width: 250px; /* Same as the select box width */
|
71 |
height: 100px; /* Button height */
|
72 |
+
background-color: #ADD8E6;
|
73 |
color: white;
|
74 |
font-weight: bold;
|
75 |
border-radius: 8px;
|