Spaces:
Running
on
Zero
Running
on
Zero
mikonvergence
commited on
Commit
·
2fb1810
1
Parent(s):
c71a138
update colours
Browse files
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="
|
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"):
|