Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -238,7 +238,7 @@ custom_css = """
|
|
238 |
}
|
239 |
#generate-btn:hover {
|
240 |
color: white;
|
241 |
-
background: linear-gradient(90deg, hsla(268, 90%,
|
242 |
}
|
243 |
#container .prose {
|
244 |
text-align: center !important;
|
@@ -252,23 +252,6 @@ custom_css = """
|
|
252 |
font-size: 18px;
|
253 |
text-align: center;
|
254 |
}
|
255 |
-
|
256 |
-
/* Custom slider color */
|
257 |
-
.svelte-10lj3xl input[type="range"] {
|
258 |
-
background-color: #a78bfa !important;
|
259 |
-
}
|
260 |
-
|
261 |
-
.svelte-10lj3xl input[type="range"]::-webkit-slider-runnable-track {
|
262 |
-
background: #a78bfa !important;
|
263 |
-
}
|
264 |
-
|
265 |
-
.svelte-10lj3xl input[type="range"]::-moz-range-track {
|
266 |
-
background: #a78bfa !important;
|
267 |
-
}
|
268 |
-
|
269 |
-
.svelte-10lj3xl input[type="range"]::-ms-track {
|
270 |
-
background: #a78bfa !important;
|
271 |
-
}
|
272 |
"""
|
273 |
|
274 |
with gr.Blocks(
|
|
|
238 |
}
|
239 |
#generate-btn:hover {
|
240 |
color: white;
|
241 |
+
background: linear-gradient(90deg, hsla(268, 90%, 62%, 1) 0%, hsla(260, 70%, 70%, 1) 50%, hsla(247, 73%, 55%, 1) 100%);
|
242 |
}
|
243 |
#container .prose {
|
244 |
text-align: center !important;
|
|
|
252 |
font-size: 18px;
|
253 |
text-align: center;
|
254 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
255 |
"""
|
256 |
|
257 |
with gr.Blocks(
|