allyyy commited on
Commit
82a7d64
·
verified ·
1 Parent(s): 3695496

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -178,7 +178,8 @@ theme = gr.themes.Monochrome(
178
  border_color_primary='*secondary_300',
179
  block_border_color='*secondary_200',
180
  button_primary_background_fill='*secondary_300',
181
- button_primary_background_fill_dark='*secondary_300')
 
182
 
183
  # Setup the Gradio Blocks interface with custom layout components
184
  with gr.Blocks(theme=theme) as demo:
 
178
  border_color_primary='*secondary_300',
179
  block_border_color='*secondary_200',
180
  button_primary_background_fill='*secondary_300',
181
+ button_primary_background_fill_dark='*secondary_300'
182
+ )
183
 
184
  # Setup the Gradio Blocks interface with custom layout components
185
  with gr.Blocks(theme=theme) as demo: