Andrei Shadrikov commited on
Commit
6d6a410
·
1 Parent(s): 4fc375b
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -124,11 +124,11 @@ tabbed_interface = gr.TabbedInterface(
124
  theme = gr.themes.Default(primary_hue="blue").set(
125
  loader_color="#2AD6B5",
126
  slider_color="#2AD6B5",
127
- button_primary_background_fill="#2AD6B5"
128
- button_primary_text_color="#000000"
129
- button_primary_background_fill_hover="#20D0B0"
130
- button_primary_text_color_hover="#000000"
131
- button_primary_border_color="999999"
132
  button_primary_border_color_hover="333333"
133
  )
134
 
 
124
  theme = gr.themes.Default(primary_hue="blue").set(
125
  loader_color="#2AD6B5",
126
  slider_color="#2AD6B5",
127
+ button_primary_background_fill="#2AD6B5",
128
+ button_primary_text_color="#000000",
129
+ button_primary_background_fill_hover="#20D0B0",
130
+ button_primary_text_color_hover="#000000",
131
+ button_primary_border_color="999999",
132
  button_primary_border_color_hover="333333"
133
  )
134