Update app.py
Browse files
app.py
CHANGED
@@ -155,8 +155,8 @@ theme = gr.themes.Monochrome(
|
|
155 |
border_color_accent_subdued='#768550',
|
156 |
border_color_primary='#03a9f4',
|
157 |
block_border_color='#b3e5fc',
|
158 |
-
button_primary_background_fill='#
|
159 |
-
button_primary_background_fill_dark='#
|
160 |
)
|
161 |
|
162 |
# Setup the Gradio Blocks interface with custom layout components
|
|
|
155 |
border_color_accent_subdued='#768550',
|
156 |
border_color_primary='#03a9f4',
|
157 |
block_border_color='#b3e5fc',
|
158 |
+
button_primary_background_fill='#054A91',
|
159 |
+
button_primary_background_fill_dark='#054A91'
|
160 |
)
|
161 |
|
162 |
# Setup the Gradio Blocks interface with custom layout components
|