Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,8 +30,8 @@ theme = gr.themes.Base(
|
|
| 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 |
-
button_border_width='*block_border_width',
|
| 35 |
)
|
| 36 |
|
| 37 |
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 |
+
#button_border_width='*block_border_width',
|
| 35 |
)
|
| 36 |
|
| 37 |
with gr.Blocks(theme=theme) as demo:
|