tonyassi commited on
Commit
6c3de33
1 Parent(s): 884d04c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ theme = gr.themes.Base(
31
  input_background_fill='#ffffff',
32
  #input_border_width='*block_border_width',
33
  button_primary_background_fill='#ffffff',
34
- button_border_widt='*block_border_width',
35
  )
36
 
37
  with gr.Blocks(theme=theme) as demo:
 
31
  input_background_fill='#ffffff',
32
  #input_border_width='*block_border_width',
33
  button_primary_background_fill='#ffffff',
34
+ button_border_width='*block_border_width',
35
  )
36
 
37
  with gr.Blocks(theme=theme) as demo: