ww-xd commited on
Commit
791fbae
·
1 Parent(s): 2fce877

fixed colouring issues

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -108,7 +108,10 @@ def get_validator_data() -> pd.DataFrame:
108
  app = gr.Blocks(
109
  title="SN36 Validator Leaderboard",
110
  css=custom_css,
111
- theme=gr.themes.Default()
 
 
 
112
  )
113
 
114
  # Update the HTML template
 
108
  app = gr.Blocks(
109
  title="SN36 Validator Leaderboard",
110
  css=custom_css,
111
+ theme=gr.themes.Soft().set(
112
+ body_background_fill="rgba(17, 24, 39, 0.95)",
113
+ background_fill_secondary="rgba(17, 24, 39, 0.95)",
114
+ )
115
  )
116
 
117
  # Update the HTML template