Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -369,7 +369,8 @@ css = '''
|
|
369 |
h1{text-align:center}
|
370 |
|
371 |
.submit-btn {
|
372 |
-
background
|
|
|
373 |
color: white !important;
|
374 |
}
|
375 |
.submit-btn:hover {
|
|
|
369 |
h1{text-align:center}
|
370 |
|
371 |
.submit-btn {
|
372 |
+
background: linear-gradient(90deg, #4B79A1 0%, #283E51 100%) !important;
|
373 |
+
border: none !important;
|
374 |
color: white !important;
|
375 |
}
|
376 |
.submit-btn:hover {
|