Spaces:
Runtime error
Runtime error
fixed colouring issues
Browse files
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.
|
|
|
|
|
|
|
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
|