Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ body {
|
|
48 |
}
|
49 |
|
50 |
.gr-button {
|
51 |
-
background-color:
|
52 |
color: black !important; /* Black text for contrast */
|
53 |
border: none !important;
|
54 |
padding: 8px 16px !important;
|
|
|
48 |
}
|
49 |
|
50 |
.gr-button {
|
51 |
+
background-color: #42B3CE !important; /* White button color */
|
52 |
color: black !important; /* Black text for contrast */
|
53 |
border: none !important;
|
54 |
padding: 8px 16px !important;
|