Spaces:
Runtime error
Runtime error
Se mejoraron estilos v7
Browse files
app.py
CHANGED
@@ -160,23 +160,23 @@ class SipanGPTTheme(Base):
|
|
160 |
font_mono=font_mono,
|
161 |
)
|
162 |
self.set(
|
163 |
-
body_background_fill=
|
164 |
-
body_background_fill_dark=
|
165 |
-
body_text_color=
|
166 |
-
body_text_color_dark=
|
167 |
color_accent_soft="*secondary_200",
|
168 |
button_primary_background_fill="*primary_400",
|
169 |
button_primary_background_fill_hover="*primary_500",
|
170 |
-
button_primary_text_color=
|
171 |
-
button_primary_text_color_dark=
|
172 |
block_title_text_color="*primary_400",
|
173 |
block_title_text_color_dark="*primary_400",
|
174 |
-
input_background_fill=
|
175 |
-
input_background_fill_dark=
|
176 |
-
input_border_color=
|
177 |
-
input_border_color_dark=
|
178 |
-
input_placeholder_color=
|
179 |
-
input_placeholder_color_dark=
|
180 |
)
|
181 |
|
182 |
# Uso del tema
|
|
|
160 |
font_mono=font_mono,
|
161 |
)
|
162 |
self.set(
|
163 |
+
body_background_fill="#333333",
|
164 |
+
body_background_fill_dark="#333333",
|
165 |
+
body_text_color="#ffffff",
|
166 |
+
body_text_color_dark="#ffffff",
|
167 |
color_accent_soft="*secondary_200",
|
168 |
button_primary_background_fill="*primary_400",
|
169 |
button_primary_background_fill_hover="*primary_500",
|
170 |
+
button_primary_text_color="#333333",
|
171 |
+
button_primary_text_color_dark="#333333",
|
172 |
block_title_text_color="*primary_400",
|
173 |
block_title_text_color_dark="*primary_400",
|
174 |
+
input_background_fill="#444444",
|
175 |
+
input_background_fill_dark="#444444",
|
176 |
+
input_border_color="#555555",
|
177 |
+
input_border_color_dark="#555555",
|
178 |
+
input_placeholder_color="#888888",
|
179 |
+
input_placeholder_color_dark="#888888",
|
180 |
)
|
181 |
|
182 |
# Uso del tema
|