tonyassi commited on
Commit
d522cf0
1 Parent(s): db66967

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -30,6 +30,7 @@ theme = gr.themes.Base(
30
  button_large_text_weight='400',
31
  input_background_fill='#ffffff',
32
  #input_border_width='*block_border_width',
 
33
  )
34
 
35
  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
  )
35
 
36
  with gr.Blocks(theme=theme) as demo: