apsys commited on
Commit
452236f
·
1 Parent(s): da9b1e4

style theme

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -75,6 +75,7 @@ custom_theme = gr.themes.Default(
75
  ).set(
76
  # font_size="16px",
77
  body_background_fill="#0f0f10",
 
78
  body_text_color="#f4f4f5",
79
  body_text_color_subdued="#a1a1aa",
80
  block_background_fill="#212121",
 
75
  ).set(
76
  # font_size="16px",
77
  body_background_fill="#0f0f10",
78
+ body_background_dark="#0f0f10",
79
  body_text_color="#f4f4f5",
80
  body_text_color_subdued="#a1a1aa",
81
  block_background_fill="#212121",