jmedina888 commited on
Commit
85b98f4
·
verified ·
1 Parent(s): b9e5e55

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -210,13 +210,13 @@ futuristic_theme = gr.themes.Soft(
210
  font=["Inter", "sans-serif"]
211
  ).set(
212
  body_background_fill="#0f1117", # Deep navy
213
- body_text_color="#E5E7EB", # Soft gray text
214
  block_background_fill="#1f2937", # Slightly lighter panel
215
  block_border_color="#6b7280", # Cool gray border
216
- input_background_fill="#111827", # Input fields
217
  input_border_color="#9CA3AF",
218
  button_primary_background_fill="#74EE2D",
219
- button_primary_text_color="white",
220
  button_primary_background_fill_hover="#7C3AED"
221
  )
222
 
 
210
  font=["Inter", "sans-serif"]
211
  ).set(
212
  body_background_fill="#0f1117", # Deep navy
213
+ body_text_color="#000000", # Soft gray text
214
  block_background_fill="#1f2937", # Slightly lighter panel
215
  block_border_color="#6b7280", # Cool gray border
216
+ input_background_fill="#000000", # Input fields
217
  input_border_color="#9CA3AF",
218
  button_primary_background_fill="#74EE2D",
219
+ button_primary_text_color="#000000",
220
  button_primary_background_fill_hover="#7C3AED"
221
  )
222