PringlePeanut commited on
Commit
1e52bd9
·
verified ·
1 Parent(s): ff34415

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -131,8 +131,8 @@ theme = gr.themes.Base().set(
131
  border_color_accent_subdued='#79B4A9', # Subdued accent border color
132
  border_color_primary='#FAB9CB', # Primary border color
133
  block_border_color='#FFF2F1', # Block border color
134
- button_primary_background_fill='#FFF2F1', # Primary button background color
135
- button_primary_background_fill_dark='#FFF2F1' # Dark primary button background color
136
  )
137
 
138
  # Setup the Gradio Blocks interface with custom layout components
 
131
  border_color_accent_subdued='#79B4A9', # Subdued accent border color
132
  border_color_primary='#FAB9CB', # Primary border color
133
  block_border_color='#FFF2F1', # Block border color
134
+ button_primary_background_fill='#FAB9CB', # Primary button background color
135
+ button_primary_background_fill_dark='#846A6A' # Dark primary button background color
136
  )
137
 
138
  # Setup the Gradio Blocks interface with custom layout components