Spaces:
Runtime error
Runtime error
datasciencedojo
commited on
Commit
·
eac97ab
1
Parent(s):
3b94f37
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,6 @@ button.primary {
|
|
44 |
z-index: 14;
|
45 |
left: 0px;
|
46 |
top: 0px;
|
47 |
-
padding: 0px;
|
48 |
cursor: pointer !important;
|
49 |
background: none rgb(17, 20, 45) !important;
|
50 |
border: none !important;
|
@@ -58,7 +57,6 @@ button.primary:hover{
|
|
58 |
z-index: 14;
|
59 |
left: 0px;
|
60 |
top: 0px;
|
61 |
-
padding: 0px;
|
62 |
cursor: pointer !important;
|
63 |
background: none rgb(37, 56, 133) !important;
|
64 |
border: none !important;
|
|
|
44 |
z-index: 14;
|
45 |
left: 0px;
|
46 |
top: 0px;
|
|
|
47 |
cursor: pointer !important;
|
48 |
background: none rgb(17, 20, 45) !important;
|
49 |
border: none !important;
|
|
|
57 |
z-index: 14;
|
58 |
left: 0px;
|
59 |
top: 0px;
|
|
|
60 |
cursor: pointer !important;
|
61 |
background: none rgb(37, 56, 133) !important;
|
62 |
border: none !important;
|