Spaces:
Sleeping
Sleeping
Embedding Explorer: remove invalid input_text_color theme key
Browse files
app.py
CHANGED
|
@@ -780,7 +780,6 @@ THEME = gr.themes.Soft(
|
|
| 780 |
body_background_fill="#ffffff",
|
| 781 |
block_label_text_color="#63348d",
|
| 782 |
block_title_text_color="#63348d",
|
| 783 |
-
input_text_color="#000000",
|
| 784 |
body_text_color="#1a1a2e",
|
| 785 |
)
|
| 786 |
|
|
|
|
| 780 |
body_background_fill="#ffffff",
|
| 781 |
block_label_text_color="#63348d",
|
| 782 |
block_title_text_color="#63348d",
|
|
|
|
| 783 |
body_text_color="#1a1a2e",
|
| 784 |
)
|
| 785 |
|