Update app.py
Browse files
app.py
CHANGED
|
@@ -18,9 +18,10 @@ css = """
|
|
| 18 |
background-color: #f5f5f5;
|
| 19 |
font-family: Arial, sans-serif;
|
| 20 |
}
|
|
|
|
| 21 |
.gr-button {
|
| 22 |
-
background-color
|
| 23 |
-
color:
|
| 24 |
border: none; /* Remove default border */
|
| 25 |
border-radius: 5px; /* Rounded corners */
|
| 26 |
font-size: 16px; /* Adjust font size */
|
|
|
|
| 18 |
background-color: #f5f5f5;
|
| 19 |
font-family: Arial, sans-serif;
|
| 20 |
}
|
| 21 |
+
|
| 22 |
.gr-button {
|
| 23 |
+
background-color:#007bff;
|
| 24 |
+
color: blue;
|
| 25 |
border: none; /* Remove default border */
|
| 26 |
border-radius: 5px; /* Rounded corners */
|
| 27 |
font-size: 16px; /* Adjust font size */
|