Spaces:
Running
Running
frontend update
Browse files
app.py
CHANGED
|
@@ -167,6 +167,24 @@ custom_theme = gr.themes.Default(
|
|
| 167 |
input_border_color="rgba(255, 255, 255, 0.08)",
|
| 168 |
input_border_color_dark="rgba(255, 255, 255, 0.08)",
|
| 169 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 170 |
panel_background_fill="#161a23",
|
| 171 |
panel_background_fill_dark="#161a23",
|
| 172 |
|
|
|
|
| 167 |
input_border_color="rgba(255, 255, 255, 0.08)",
|
| 168 |
input_border_color_dark="rgba(255, 255, 255, 0.08)",
|
| 169 |
|
| 170 |
+
checkbox_label_background_fill="#11141a",
|
| 171 |
+
checkbox_label_background_fill_dark="#11141a",
|
| 172 |
+
|
| 173 |
+
checkbox_label_background_fill_selected="#161a23",
|
| 174 |
+
checkbox_label_background_fill_selected_dark="#161a23",
|
| 175 |
+
|
| 176 |
+
checkbox_label_text_color="#fffffe",
|
| 177 |
+
checkbox_label_text_color_dark="#fffffe",
|
| 178 |
+
|
| 179 |
+
checkbox_label_text_color_selected="#fffffe",
|
| 180 |
+
checkbox_label_text_color_selected_dark="#fffffe",
|
| 181 |
+
|
| 182 |
+
checkbox_label_border_color="rgba(255, 255, 255, 0.08)",
|
| 183 |
+
checkbox_label_border_color_dark="rgba(255, 255, 255, 0.08)",
|
| 184 |
+
|
| 185 |
+
checkbox_label_border_color_selected="#7f5af0",
|
| 186 |
+
checkbox_label_border_color_selected_dark="#7f5af0",
|
| 187 |
+
|
| 188 |
panel_background_fill="#161a23",
|
| 189 |
panel_background_fill_dark="#161a23",
|
| 190 |
|