tonyassi commited on
Commit
4cb9b61
·
verified ·
1 Parent(s): dfc6b2c

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='*block_border_width',
15
- input_border_color='gray',
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='*block_border_width',
15
+ #input_border_color='gray',
16
  )
17
 
18
  with gr.Blocks(theme=theme) as demo: