Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -125,11 +125,12 @@ topics = """
|
|
125 |
theme = gr.themes.Monochrome(
|
126 |
primary_hue = "blue", secondary_hue = "gray"
|
127 |
).set(
|
128 |
-
background_fill_primary = '
|
129 |
-
background_fill_primary_dark = '
|
130 |
-
border_color_accent = '
|
131 |
body_text_color = 'white'
|
132 |
|
|
|
133 |
)
|
134 |
# Setup the Gradio Blocks interface with custom layout components
|
135 |
with gr.Blocks(theme = theme ) as demo:
|
|
|
125 |
theme = gr.themes.Monochrome(
|
126 |
primary_hue = "blue", secondary_hue = "gray"
|
127 |
).set(
|
128 |
+
background_fill_primary = 'primary_100',
|
129 |
+
background_fill_primary_dark = 'primary_100',
|
130 |
+
border_color_accent = 'secondary_100',
|
131 |
body_text_color = 'white'
|
132 |
|
133 |
+
|
134 |
)
|
135 |
# Setup the Gradio Blocks interface with custom layout components
|
136 |
with gr.Blocks(theme = theme ) as demo:
|