Spaces:
Runtime error
Runtime error
Commit
·
3b94f37
1
Parent(s):
591b040
remove extra css
Browse files
app.py
CHANGED
|
@@ -42,18 +42,12 @@ footer {display:none !important}
|
|
| 42 |
.output-markdown{display:none !important}
|
| 43 |
button.primary {
|
| 44 |
z-index: 14;
|
| 45 |
-
height: 43px;
|
| 46 |
-
width: 130px;
|
| 47 |
left: 0px;
|
| 48 |
top: 0px;
|
| 49 |
padding: 0px;
|
| 50 |
cursor: pointer !important;
|
| 51 |
background: none rgb(17, 20, 45) !important;
|
| 52 |
border: none !important;
|
| 53 |
-
text-align: center !important;
|
| 54 |
-
font-family: Poppins !important;
|
| 55 |
-
font-size: 14px !important;
|
| 56 |
-
font-weight: 500 !important;
|
| 57 |
color: rgb(255, 255, 255) !important;
|
| 58 |
line-height: 1 !important;
|
| 59 |
border-radius: 12px !important;
|
|
@@ -62,18 +56,12 @@ button.primary {
|
|
| 62 |
}
|
| 63 |
button.primary:hover{
|
| 64 |
z-index: 14;
|
| 65 |
-
height: 43px;
|
| 66 |
-
width: 130px;
|
| 67 |
left: 0px;
|
| 68 |
top: 0px;
|
| 69 |
padding: 0px;
|
| 70 |
cursor: pointer !important;
|
| 71 |
background: none rgb(37, 56, 133) !important;
|
| 72 |
border: none !important;
|
| 73 |
-
text-align: center !important;
|
| 74 |
-
font-family: Poppins !important;
|
| 75 |
-
font-size: 14px !important;
|
| 76 |
-
font-weight: 500 !important;
|
| 77 |
color: rgb(255, 255, 255) !important;
|
| 78 |
line-height: 1 !important;
|
| 79 |
border-radius: 12px !important;
|
|
|
|
| 42 |
.output-markdown{display:none !important}
|
| 43 |
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;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
color: rgb(255, 255, 255) !important;
|
| 52 |
line-height: 1 !important;
|
| 53 |
border-radius: 12px !important;
|
|
|
|
| 56 |
}
|
| 57 |
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;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
color: rgb(255, 255, 255) !important;
|
| 66 |
line-height: 1 !important;
|
| 67 |
border-radius: 12px !important;
|