Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,7 @@ theme = gr.themes.Base(
|
|
30 |
button_large_text_weight='400',
|
31 |
input_background_fill='#ffffff',
|
32 |
#input_border_width='*block_border_width',
|
|
|
33 |
)
|
34 |
|
35 |
with gr.Blocks(theme=theme) as demo:
|
|
|
30 |
button_large_text_weight='400',
|
31 |
input_background_fill='#ffffff',
|
32 |
#input_border_width='*block_border_width',
|
33 |
+
button_primary_background_fill='#ffffff',
|
34 |
)
|
35 |
|
36 |
with gr.Blocks(theme=theme) as demo:
|