Update app.py
Browse files
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:
|