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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -11
app.py CHANGED
@@ -168,17 +168,17 @@ theme = gr.themes.Monochrome(
168
  primary_hue="#e3e9da",
169
  secondary_hue="#f8f1ea",
170
  ).set(
171
- background_fill_primary='*primary_200',
172
- background_fill_primary_dark='*primary_200',
173
- background_fill_secondary='*secondary_300',
174
- background_fill_secondary_dark='*secondary_300',
175
- border_color_accent='*secondary_200',
176
- border_color_accent_dark='*secondary_600',
177
- border_color_accent_subdued='*secondary_200',
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
 
168
  primary_hue="#e3e9da",
169
  secondary_hue="#f8f1ea",
170
  ).set(
171
+ background_fill_primary="#e3e9da",
172
+ background_fill_primary_dark="#e3e9da",
173
+ background_fill_secondary="#f8f1ea",
174
+ background_fill_secondary_dark="#f8f1ea",
175
+ border_color_accent="#f8f1ea",
176
+ border_color_accent_dark="#e3e9da",
177
+ border_color_accent_subdued="#f8f1ea",
178
+ border_color_primary="#f8f1ea",
179
+ block_border_color="#f8f1ea",
180
+ button_primary_background_fill="#f8f1ea",
181
+ button_primary_background_fill_dark="#f8f1ea"
182
  )
183
 
184
  # Setup the Gradio Blocks interface with custom layout components