Update theme.py
Browse files
theme.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
#----------Start of theme----------
|
4 |
theme = gr.themes.Ocean(
|
5 |
primary_hue="zinc",
|
6 |
-
secondary_hue="
|
7 |
neutral_hue="neutral",
|
8 |
font=[gr.themes.GoogleFont('Kavivanar'), gr.themes.GoogleFont('Kavivanar'), 'system-ui', 'sans-serif'],
|
9 |
font_mono=[gr.themes.GoogleFont('Source Code Pro'), gr.themes.GoogleFont('Inconsolata'), gr.themes.GoogleFont('Inconsolata'), 'monospace'],
|
|
|
3 |
#----------Start of theme----------
|
4 |
theme = gr.themes.Ocean(
|
5 |
primary_hue="zinc",
|
6 |
+
secondary_hue="slate",
|
7 |
neutral_hue="neutral",
|
8 |
font=[gr.themes.GoogleFont('Kavivanar'), gr.themes.GoogleFont('Kavivanar'), 'system-ui', 'sans-serif'],
|
9 |
font_mono=[gr.themes.GoogleFont('Source Code Pro'), gr.themes.GoogleFont('Inconsolata'), gr.themes.GoogleFont('Inconsolata'), 'monospace'],
|