tonyassi commited on
Commit
6f1092a
·
verified ·
1 Parent(s): 3280e63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ theme = gr.themes.Base(
11
  ).set(
12
  button_large_text_weight='400',
13
  input_background_fill='#ffffff',
 
14
  )
15
 
16
  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
  )
16
 
17
  with gr.Blocks(theme=theme) as demo: