Spaces:
Running
Running
change warning text color
Browse files
app.py
CHANGED
@@ -223,6 +223,7 @@ div#warning-ready {
|
|
223 |
background-color: #ecfdf5;
|
224 |
padding: 0 16px 16px;
|
225 |
margin: 20px 0;
|
|
|
226 |
}
|
227 |
div#warning-ready > .gr-prose > h2, div#warning-ready > .gr-prose > p {
|
228 |
color: #057857!important;
|
@@ -231,6 +232,7 @@ div#warning-duplicate {
|
|
231 |
background-color: #ebf5ff;
|
232 |
padding: 0 16px 16px;
|
233 |
margin: 20px 0;
|
|
|
234 |
}
|
235 |
div#warning-duplicate > .gr-prose > h2, div#warning-duplicate > .gr-prose > p {
|
236 |
color: #0f4592!important;
|
@@ -251,6 +253,7 @@ div#warning-setgpu {
|
|
251 |
background-color: #fff4eb;
|
252 |
padding: 0 16px 16px;
|
253 |
margin: 20px 0;
|
|
|
254 |
}
|
255 |
div#warning-setgpu > .gr-prose > h2, div#warning-setgpu > .gr-prose > p {
|
256 |
color: #92220f!important;
|
@@ -272,6 +275,7 @@ div#warning-setsleeptime {
|
|
272 |
background-color: #fff4eb;
|
273 |
padding: 10px 10px;
|
274 |
margin: 0!important;
|
|
|
275 |
}
|
276 |
"""
|
277 |
with gr.Blocks(css=css) as demo:
|
|
|
223 |
background-color: #ecfdf5;
|
224 |
padding: 0 16px 16px;
|
225 |
margin: 20px 0;
|
226 |
+
color: #030303!important;
|
227 |
}
|
228 |
div#warning-ready > .gr-prose > h2, div#warning-ready > .gr-prose > p {
|
229 |
color: #057857!important;
|
|
|
232 |
background-color: #ebf5ff;
|
233 |
padding: 0 16px 16px;
|
234 |
margin: 20px 0;
|
235 |
+
color: #030303!important;
|
236 |
}
|
237 |
div#warning-duplicate > .gr-prose > h2, div#warning-duplicate > .gr-prose > p {
|
238 |
color: #0f4592!important;
|
|
|
253 |
background-color: #fff4eb;
|
254 |
padding: 0 16px 16px;
|
255 |
margin: 20px 0;
|
256 |
+
color: #030303!important;
|
257 |
}
|
258 |
div#warning-setgpu > .gr-prose > h2, div#warning-setgpu > .gr-prose > p {
|
259 |
color: #92220f!important;
|
|
|
275 |
background-color: #fff4eb;
|
276 |
padding: 10px 10px;
|
277 |
margin: 0!important;
|
278 |
+
color: #030303!important;
|
279 |
}
|
280 |
"""
|
281 |
with gr.Blocks(css=css) as demo:
|