Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ theme = gr.themes.Base(
|
|
12 |
button_large_text_weight='400',
|
13 |
input_background_fill='#ffffff',
|
14 |
input_border_width='5',
|
15 |
-
input_border_color='
|
16 |
)
|
17 |
|
18 |
with gr.Blocks(theme=theme) as demo:
|
|
|
12 |
button_large_text_weight='400',
|
13 |
input_background_fill='#ffffff',
|
14 |
input_border_width='5',
|
15 |
+
input_border_color='#000000',
|
16 |
)
|
17 |
|
18 |
with gr.Blocks(theme=theme) as demo:
|