Spaces:
Sleeping
Sleeping
fix: white text
Browse files
app.py
CHANGED
@@ -110,6 +110,7 @@ css = """
|
|
110 |
"""
|
111 |
|
112 |
theme = gr.themes.Default(
|
|
|
113 |
spacing_size="sm",
|
114 |
font=[gr.themes.GoogleFont("Plus Jakarta Sans"), "Arial", "sans-serif"],
|
115 |
primary_hue="indigo",
|
|
|
110 |
"""
|
111 |
|
112 |
theme = gr.themes.Default(
|
113 |
+
text_color="white",
|
114 |
spacing_size="sm",
|
115 |
font=[gr.themes.GoogleFont("Plus Jakarta Sans"), "Arial", "sans-serif"],
|
116 |
primary_hue="indigo",
|