tonyassi commited on
Commit
59827fa
1 Parent(s): 6c3de33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,8 +30,8 @@ theme = gr.themes.Base(
30
  button_large_text_weight='400',
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:
 
30
  button_large_text_weight='400',
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: