Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,16 +118,16 @@ css = """
|
|
| 118 |
font-family: Arial, sans-serif;
|
| 119 |
}
|
| 120 |
button {
|
| 121 |
-
background-color: #
|
| 122 |
color: white !important;
|
| 123 |
border: none !important;
|
| 124 |
}
|
| 125 |
button:hover {
|
| 126 |
-
background-color: #
|
| 127 |
}
|
| 128 |
#title-header {
|
| 129 |
-
background-color: #
|
| 130 |
-
color:
|
| 131 |
padding: 20px;
|
| 132 |
border-radius: 8px;
|
| 133 |
text-align: center;
|
|
|
|
| 118 |
font-family: Arial, sans-serif;
|
| 119 |
}
|
| 120 |
button {
|
| 121 |
+
background-color: #800080 !important;
|
| 122 |
color: white !important;
|
| 123 |
border: none !important;
|
| 124 |
}
|
| 125 |
button:hover {
|
| 126 |
+
background-color: #990099 !important;
|
| 127 |
}
|
| 128 |
#title-header {
|
| 129 |
+
background-color: #800080;
|
| 130 |
+
color: black;
|
| 131 |
padding: 20px;
|
| 132 |
border-radius: 8px;
|
| 133 |
text-align: center;
|