angela2882 commited on
Commit
4f770d9
·
verified ·
1 Parent(s): 92dbec2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
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 = 'primary_200',
129
- background_fill_primary_dark = 'primary_200',
130
- border_color_accent = 'secondary_200',
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: