Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="#
|
214 |
block_background_fill="#1f2937", # Slightly lighter panel
|
215 |
block_border_color="#6b7280", # Cool gray border
|
216 |
-
input_background_fill="#
|
217 |
input_border_color="#9CA3AF",
|
218 |
button_primary_background_fill="#74EE2D",
|
219 |
-
button_primary_text_color="
|
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 |
|