Update app.py
Browse files
app.py
CHANGED
@@ -163,9 +163,6 @@ css = """
|
|
163 |
padding: 20px;
|
164 |
height: 160px;
|
165 |
}
|
166 |
-
div#record_btn > .mt-6 button:hover {
|
167 |
-
background-color: #525e70;
|
168 |
-
}
|
169 |
div#upload_area {
|
170 |
height: 11.1rem;
|
171 |
}
|
@@ -173,12 +170,14 @@ css = """
|
|
173 |
min-height: 9rem;
|
174 |
}
|
175 |
#check_btn_1, #check_btn_2{
|
|
|
176 |
--tw-gradient-from: #4caf50;
|
177 |
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
178 |
--tw-gradient-to: #4caf50;
|
179 |
border-color: #8bc34a;
|
180 |
}
|
181 |
#magic_btn_1, #magic_btn_2{
|
|
|
182 |
--tw-gradient-from: #f44336;
|
183 |
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
184 |
--tw-gradient-to: #ff9800;
|
@@ -194,6 +193,7 @@ css = """
|
|
194 |
-webkit-appearance: none;
|
195 |
cursor: pointer;
|
196 |
height: 1px;
|
|
|
197 |
}
|
198 |
input[type=range]::-webkit-slider-thumb {
|
199 |
-webkit-appearance: none;
|
@@ -224,6 +224,7 @@ css = """
|
|
224 |
margin-bottom: 20px;
|
225 |
}
|
226 |
#diffuse_btn {
|
|
|
227 |
font-size: 1em;
|
228 |
margin-bottom: 20px;
|
229 |
--tw-gradient-from: #4caf50;
|
|
|
163 |
padding: 20px;
|
164 |
height: 160px;
|
165 |
}
|
|
|
|
|
|
|
166 |
div#upload_area {
|
167 |
height: 11.1rem;
|
168 |
}
|
|
|
170 |
min-height: 9rem;
|
171 |
}
|
172 |
#check_btn_1, #check_btn_2{
|
173 |
+
color: #fff;
|
174 |
--tw-gradient-from: #4caf50;
|
175 |
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
176 |
--tw-gradient-to: #4caf50;
|
177 |
border-color: #8bc34a;
|
178 |
}
|
179 |
#magic_btn_1, #magic_btn_2{
|
180 |
+
color: #fff;
|
181 |
--tw-gradient-from: #f44336;
|
182 |
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
|
183 |
--tw-gradient-to: #ff9800;
|
|
|
193 |
-webkit-appearance: none;
|
194 |
cursor: pointer;
|
195 |
height: 1px;
|
196 |
+
background: currentColor;
|
197 |
}
|
198 |
input[type=range]::-webkit-slider-thumb {
|
199 |
-webkit-appearance: none;
|
|
|
224 |
margin-bottom: 20px;
|
225 |
}
|
226 |
#diffuse_btn {
|
227 |
+
color: #fff;
|
228 |
font-size: 1em;
|
229 |
margin-bottom: 20px;
|
230 |
--tw-gradient-from: #4caf50;
|