allenpark commited on
Commit
60e9726
·
1 Parent(s): 0caec51

fix: white text

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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",