Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -320,11 +320,11 @@ css = """
|
|
| 320 |
font-size: 2.1em !important;
|
| 321 |
}
|
| 322 |
.submit-btn {
|
| 323 |
-
background-color: #
|
| 324 |
color: white !important;
|
| 325 |
}
|
| 326 |
.submit-btn:hover {
|
| 327 |
-
background-color: #
|
| 328 |
}
|
| 329 |
"""
|
| 330 |
|
|
|
|
| 320 |
font-size: 2.1em !important;
|
| 321 |
}
|
| 322 |
.submit-btn {
|
| 323 |
+
background-color: #2980b9 !important;
|
| 324 |
color: white !important;
|
| 325 |
}
|
| 326 |
.submit-btn:hover {
|
| 327 |
+
background-color: #3498db !important;
|
| 328 |
}
|
| 329 |
"""
|
| 330 |
|