chyams Claude Opus 4.6 commited on
Commit
c810f03
·
1 Parent(s): e2e24b5

Embedding Explorer: force black input text for dark mode readability

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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: