Spaces:
Runtime error
Runtime error
GitHub Copilot commited on
Commit ·
781695e
1
Parent(s): 1609b0e
UI: Force dark mode for aesthetics
Browse files
app.py
CHANGED
|
@@ -203,7 +203,7 @@ def process_dsp(image, grid_size=8, workers=16):
|
|
| 203 |
# APP LAYOUT
|
| 204 |
# ==========================================
|
| 205 |
|
| 206 |
-
with gr.Blocks(theme=gr.themes.Monochrome(), title="LOGOS SPCW Protocol") as demo:
|
| 207 |
gr.Markdown("# LOGOS: Structured Prime Composite Waveform (SPCW)")
|
| 208 |
gr.Markdown("_\"The Machine Shop\" - Research & Development Lab_")
|
| 209 |
|
|
|
|
| 203 |
# APP LAYOUT
|
| 204 |
# ==========================================
|
| 205 |
|
| 206 |
+
with gr.Blocks(theme=gr.themes.Monochrome(), title="LOGOS SPCW Protocol", js="() => document.body.classList.add('dark')") as demo:
|
| 207 |
gr.Markdown("# LOGOS: Structured Prime Composite Waveform (SPCW)")
|
| 208 |
gr.Markdown("_\"The Machine Shop\" - Research & Development Lab_")
|
| 209 |
|