Spaces:
Sleeping
Sleeping
zxcvb6958 commited on
Commit ·
3f8e466
1
Parent(s): cec8559
update UI
Browse files
app.py
CHANGED
|
@@ -125,12 +125,10 @@ css = """
|
|
| 125 |
background: #FF7F1F !important;
|
| 126 |
color: white !important;
|
| 127 |
font-weight: bold;
|
| 128 |
-
border:
|
| 129 |
border-radius: 12px !important;
|
| 130 |
-
|
| 131 |
-
padding: 7px 16px !important;
|
| 132 |
margin-left: 10px !important;
|
| 133 |
-
min-width: 90px;
|
| 134 |
box-shadow: none !important;
|
| 135 |
}
|
| 136 |
.gray-btn {
|
|
@@ -139,10 +137,8 @@ css = """
|
|
| 139 |
font-weight: bold;
|
| 140 |
border: 2px solid #111 !important;
|
| 141 |
border-radius: 12px !important;
|
| 142 |
-
|
| 143 |
-
padding: 7px 16px !important;
|
| 144 |
margin-right: 10px !important;
|
| 145 |
-
min-width: 90px;
|
| 146 |
box-shadow: none !important;
|
| 147 |
}
|
| 148 |
.button-row {
|
|
|
|
| 125 |
background: #FF7F1F !important;
|
| 126 |
color: white !important;
|
| 127 |
font-weight: bold;
|
| 128 |
+
border: none !important;
|
| 129 |
border-radius: 12px !important;
|
| 130 |
+
padding: 7px 12px !important;
|
|
|
|
| 131 |
margin-left: 10px !important;
|
|
|
|
| 132 |
box-shadow: none !important;
|
| 133 |
}
|
| 134 |
.gray-btn {
|
|
|
|
| 137 |
font-weight: bold;
|
| 138 |
border: 2px solid #111 !important;
|
| 139 |
border-radius: 12px !important;
|
| 140 |
+
padding: 7px 12px !important;
|
|
|
|
| 141 |
margin-right: 10px !important;
|
|
|
|
| 142 |
box-shadow: none !important;
|
| 143 |
}
|
| 144 |
.button-row {
|