SebastianBravo commited on
Commit
8f2f592
·
1 Parent(s): 7a427ac

Color test

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -82,8 +82,7 @@ def clear():
82
  # # outputs='text'
83
  # )
84
 
85
- theme = gr.themes.Base(primary_hue="teal").set(background_fill_primary="#b3e5f2",
86
- block_background_fill="#b3e5f2",)
87
 
88
  with gr.Blocks(theme=theme) as demo:
89
  with gr.Row():
 
82
  # # outputs='text'
83
  # )
84
 
85
+ theme = gr.themes.Base(primary_hue="teal").set(block_background_fill="#235784",)
 
86
 
87
  with gr.Blocks(theme=theme) as demo:
88
  with gr.Row():