Spaces:
Runtime error
Runtime error
datasciencedojo
commited on
Commit
·
06b30e3
1
Parent(s):
e8e5b05
submit button hover color updated
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ css = """
|
|
125 |
top: 0px;
|
126 |
padding: 0px;
|
127 |
cursor: pointer !important;
|
128 |
-
background: none rgb(
|
129 |
border: none !important;
|
130 |
text-align: center !important;
|
131 |
font-size: 14px !important;
|
|
|
125 |
top: 0px;
|
126 |
padding: 0px;
|
127 |
cursor: pointer !important;
|
128 |
+
background: none rgb(66, 133, 244) !important;
|
129 |
border: none !important;
|
130 |
text-align: center !important;
|
131 |
font-size: 14px !important;
|