mikonvergence commited on
Commit
2fb1810
·
1 Parent(s): c71a138

update colours

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from src.utils import *
3
 
4
- theme = gr.themes.Soft(primary_hue="amber", secondary_hue="orange", font=[gr.themes.GoogleFont("Source Sans 3", weights=(400, 600)),'arial'])
5
 
6
  with gr.Blocks(theme=theme) as demo:
7
  with gr.Column(elem_classes="header"):
 
1
  import gradio as gr
2
  from src.utils import *
3
 
4
+ theme = gr.themes.Soft(primary_hue="cyan", secondary_hue="zinc", font=[gr.themes.GoogleFont("Source Sans 3", weights=(400, 600)),'arial'])
5
 
6
  with gr.Blocks(theme=theme) as demo:
7
  with gr.Column(elem_classes="header"):