Spaces:
Runtime error
Runtime error
datasciencedojo
commited on
Commit
•
feb5242
1
Parent(s):
bfa51bf
submit button hover color updated
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ footer {visibility: hidden}
|
|
96 |
top: 0px;
|
97 |
padding: 0px;
|
98 |
cursor: pointer !important;
|
99 |
-
background: none rgb(
|
100 |
border: none !important;
|
101 |
text-align: center !important;
|
102 |
font-size: 14px !important;
|
|
|
96 |
top: 0px;
|
97 |
padding: 0px;
|
98 |
cursor: pointer !important;
|
99 |
+
background: none rgb(66, 133, 244) !important;
|
100 |
border: none !important;
|
101 |
text-align: center !important;
|
102 |
font-size: 14px !important;
|