Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,25 +62,6 @@ THEME = gr.themes.Base(
|
|
| 62 |
secondary_hue="red",
|
| 63 |
neutral_hue="gray",
|
| 64 |
font=[gr.themes.GoogleFont("JetBrains Mono"), "monospace"],
|
| 65 |
-
).set(
|
| 66 |
-
body_background_fill="#080808",
|
| 67 |
-
body_background_fill_dark="#080808",
|
| 68 |
-
block_background_fill="#0f0f0f",
|
| 69 |
-
block_background_fill_dark="#0f0f0f",
|
| 70 |
-
block_border_color="#222",
|
| 71 |
-
block_border_color_dark="#222",
|
| 72 |
-
block_label_text_color="#666",
|
| 73 |
-
block_label_text_color_dark="#666",
|
| 74 |
-
input_background_fill="#111",
|
| 75 |
-
input_background_fill_dark="#111",
|
| 76 |
-
button_primary_background_fill="#00ff88",
|
| 77 |
-
button_primary_background_fill_dark="#00ff88",
|
| 78 |
-
button_primary_text_color="#000",
|
| 79 |
-
button_primary_text_color_dark="#000",
|
| 80 |
-
button_secondary_background_fill="#111",
|
| 81 |
-
button_secondary_background_fill_dark="#111",
|
| 82 |
-
button_secondary_border_color="#333",
|
| 83 |
-
button_secondary_border_color_dark="#333",
|
| 84 |
)
|
| 85 |
|
| 86 |
|
|
|
|
| 62 |
secondary_hue="red",
|
| 63 |
neutral_hue="gray",
|
| 64 |
font=[gr.themes.GoogleFont("JetBrains Mono"), "monospace"],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
)
|
| 66 |
|
| 67 |
|