Update app.py
Browse files
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=
|
172 |
-
background_fill_primary_dark=
|
173 |
-
background_fill_secondary=
|
174 |
-
background_fill_secondary_dark=
|
175 |
-
border_color_accent=
|
176 |
-
border_color_accent_dark=
|
177 |
-
border_color_accent_subdued=
|
178 |
-
border_color_primary=
|
179 |
-
block_border_color=
|
180 |
-
button_primary_background_fill=
|
181 |
-
button_primary_background_fill_dark=
|
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
|