Spaces:
Running
Running
Remove invalid theme parameters input_text_color and input_text_color_dark
Browse files
app.py
CHANGED
|
@@ -161,9 +161,6 @@ custom_theme = gr.themes.Default(
|
|
| 161 |
input_background_fill="#11141a",
|
| 162 |
input_background_fill_dark="#11141a",
|
| 163 |
|
| 164 |
-
input_text_color="#fffffe",
|
| 165 |
-
input_text_color_dark="#fffffe",
|
| 166 |
-
|
| 167 |
input_placeholder_color="#94a1b2",
|
| 168 |
input_placeholder_color_dark="#94a1b2",
|
| 169 |
|
|
|
|
| 161 |
input_background_fill="#11141a",
|
| 162 |
input_background_fill_dark="#11141a",
|
| 163 |
|
|
|
|
|
|
|
|
|
|
| 164 |
input_placeholder_color="#94a1b2",
|
| 165 |
input_placeholder_color_dark="#94a1b2",
|
| 166 |
|