Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ class SimpleTheme(Base):
|
|
41 |
block_background_fill="#ffffff",
|
42 |
block_title_text_color="#282828",
|
43 |
input_background_fill="#ffffff",
|
44 |
-
|
45 |
input_border_color="#eb5726",
|
46 |
input_label_text_color="#eb5726",
|
47 |
button_primary_background_fill="#eb5726",
|
|
|
41 |
block_background_fill="#ffffff",
|
42 |
block_title_text_color="#282828",
|
43 |
input_background_fill="#ffffff",
|
44 |
+
input_text_color_light="#282828", # Use the correct attribute name
|
45 |
input_border_color="#eb5726",
|
46 |
input_label_text_color="#eb5726",
|
47 |
button_primary_background_fill="#eb5726",
|