Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -137,6 +137,10 @@ with gr.Blocks(css='''
|
|
| 137 |
}
|
| 138 |
.slider-sweetness {
|
| 139 |
background: linear-gradient(to right, rgba(255, 220, 169, 0.8), rgba(250, 171, 120, 0.8));
|
|
|
|
|
|
|
|
|
|
|
|
|
| 140 |
}
|
| 141 |
.custom-checkbox-group2 input[type="checkbox"] + label {
|
| 142 |
margin-right: 10px; /* Space between checkboxes */
|
|
|
|
| 137 |
}
|
| 138 |
.slider-sweetness {
|
| 139 |
background: linear-gradient(to right, rgba(255, 220, 169, 0.8), rgba(250, 171, 120, 0.8));
|
| 140 |
+
padding: 10px;
|
| 141 |
+
border: 2px solid #ddd;
|
| 142 |
+
border-radius: 5px;
|
| 143 |
+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
| 144 |
}
|
| 145 |
.custom-checkbox-group2 input[type="checkbox"] + label {
|
| 146 |
margin-right: 10px; /* Space between checkboxes */
|