style theme
Browse files
app.py
CHANGED
|
@@ -80,10 +80,12 @@ custom_theme = gr.themes.Default(
|
|
| 80 |
block_background_fill="#18181b",
|
| 81 |
block_border_color="#27272a",
|
| 82 |
block_shadow="none",
|
| 83 |
-
button_primary_background_fill="#
|
| 84 |
-
button_primary_text_color="#
|
| 85 |
-
|
| 86 |
-
|
|
|
|
|
|
|
| 87 |
input_background_fill="#1f1f23",
|
| 88 |
input_border_color="#3f3f46",
|
| 89 |
input_placeholder_color="#71717a",
|
|
@@ -92,8 +94,11 @@ custom_theme = gr.themes.Default(
|
|
| 92 |
table_odd_background_fill="#18181b",
|
| 93 |
table_text_color="#f4f4f5",
|
| 94 |
link_text_color="#ffffff",
|
| 95 |
-
border_color_primary="#
|
| 96 |
background_fill_secondary="#27272a",
|
|
|
|
|
|
|
|
|
|
| 97 |
)
|
| 98 |
|
| 99 |
# Define the update_column_choices function before initializing the leaderboard components
|
|
|
|
| 80 |
block_background_fill="#18181b",
|
| 81 |
block_border_color="#27272a",
|
| 82 |
block_shadow="none",
|
| 83 |
+
button_primary_background_fill="#27272a",
|
| 84 |
+
button_primary_text_color="#f4f4f5",
|
| 85 |
+
button_primary_border_color="#27272a",
|
| 86 |
+
button_secondary_background_fill="#f4f4f5",
|
| 87 |
+
button_secondary_text_color="#0f0f10",
|
| 88 |
+
button_secondary_border_color="#f4f4f5",
|
| 89 |
input_background_fill="#1f1f23",
|
| 90 |
input_border_color="#3f3f46",
|
| 91 |
input_placeholder_color="#71717a",
|
|
|
|
| 94 |
table_odd_background_fill="#18181b",
|
| 95 |
table_text_color="#f4f4f5",
|
| 96 |
link_text_color="#ffffff",
|
| 97 |
+
border_color_primary="#3f3f46",
|
| 98 |
background_fill_secondary="#27272a",
|
| 99 |
+
color_accent="#f4f4f5",
|
| 100 |
+
border_color_accent="#27272a",
|
| 101 |
+
button_primary_background_fill_hover="#3f3f46",
|
| 102 |
)
|
| 103 |
|
| 104 |
# Define the update_column_choices function before initializing the leaderboard components
|