DigiP-AI commited on
Commit
54a89b2
·
verified ·
1 Parent(s): a9df3cd

Update theme.py

Browse files
Files changed (1) hide show
  1. theme.py +1 -1
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="stone",
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'],