ajude commited on
Commit
eed37e8
·
1 Parent(s): 3a6f1d5

Added new color theme to the leaderboard

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -85,7 +85,13 @@ def create_task_controls(tab_id):
85
  return shown_tasks
86
 
87
 
88
- demo = gr.Blocks(css=CSS, theme=gr.themes.Default(font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"]))
 
 
 
 
 
 
89
  with demo:
90
  gr.HTML(TITLE)
91
  gr.Markdown(
 
85
  return shown_tasks
86
 
87
 
88
+ theme = gr.themes.Default(
89
+ primary_hue="blue",
90
+ ).set(
91
+ button_border_width='*block_border_width'
92
+ )
93
+
94
+ demo = gr.Blocks(css=CSS, theme=theme)
95
  with demo:
96
  gr.HTML(TITLE)
97
  gr.Markdown(