Spaces:
Sleeping
Sleeping
Embedding Explorer: force black input text for dark mode readability
Browse files
app.py
CHANGED
|
@@ -780,6 +780,8 @@ THEME = gr.themes.Soft(
|
|
| 780 |
body_background_fill="#ffffff",
|
| 781 |
block_label_text_color="#63348d",
|
| 782 |
block_title_text_color="#63348d",
|
|
|
|
|
|
|
| 783 |
)
|
| 784 |
|
| 785 |
with gr.Blocks(title="Embedding Explorer", theme=THEME, css=CSS, head=FORCE_LIGHT) as demo:
|
|
|
|
| 780 |
body_background_fill="#ffffff",
|
| 781 |
block_label_text_color="#63348d",
|
| 782 |
block_title_text_color="#63348d",
|
| 783 |
+
input_text_color="#000000",
|
| 784 |
+
body_text_color="#1a1a2e",
|
| 785 |
)
|
| 786 |
|
| 787 |
with gr.Blocks(title="Embedding Explorer", theme=THEME, css=CSS, head=FORCE_LIGHT) as demo:
|