Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -251,7 +251,6 @@ theme = gr.themes.Base(
|
|
251 |
).set(
|
252 |
checkbox_background_color_selected_dark='*secondary_400',
|
253 |
button_border_width='*checkbox_border_width',
|
254 |
-
button_shadow='*shadow_drop',
|
255 |
button_primary_background_fill_hover='*primary_400',
|
256 |
button_primary_background_fill_hover_dark='*primary_900',
|
257 |
button_secondary_background_fill='*secondary_100',
|
|
|
251 |
).set(
|
252 |
checkbox_background_color_selected_dark='*secondary_400',
|
253 |
button_border_width='*checkbox_border_width',
|
|
|
254 |
button_primary_background_fill_hover='*primary_400',
|
255 |
button_primary_background_fill_hover_dark='*primary_900',
|
256 |
button_secondary_background_fill='*secondary_100',
|