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