tonyassi commited on
Commit
2dd0e63
·
verified ·
1 Parent(s): 21d9bd2

Update app.py

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