tonyassi commited on
Commit
21d9bd2
·
verified ·
1 Parent(s): 6f1092a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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: