Spaces:
Running
on
Zero
Running
on
Zero
Martín Santillán Cooper
commited on
Commit
·
6eb52db
1
Parent(s):
26ed628
Fix dark mode background
Browse files- src/app.py +2 -0
src/app.py
CHANGED
@@ -238,7 +238,9 @@ with gr.Blocks(
|
|
238 |
# block_title_text_weight=500,
|
239 |
# block_label_text_weight=500,
|
240 |
block_label_background_fill="white",
|
|
|
241 |
block_title_background_fill="white",
|
|
|
242 |
block_label_border_color="white",
|
243 |
button_primary_background_fill=ibm_blue.c950,
|
244 |
),
|
|
|
238 |
# block_title_text_weight=500,
|
239 |
# block_label_text_weight=500,
|
240 |
block_label_background_fill="white",
|
241 |
+
block_label_background_fill_dark="transparent",
|
242 |
block_title_background_fill="white",
|
243 |
+
block_title_background_fill_dark="transparent",
|
244 |
block_label_border_color="white",
|
245 |
button_primary_background_fill=ibm_blue.c950,
|
246 |
),
|