Spaces:
Runtime error
Runtime error
ParityError
commited on
Commit
•
9595669
1
Parent(s):
e07e86a
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ with gr.Blocks(theme='ParityError/Anime') as demo:
|
|
28 |
_js="""
|
29 |
() => {
|
30 |
document.body.classList.toggle('dark');
|
31 |
-
document.querySelector('gradio-app').style.backgroundColor = 'var(--neutral-
|
32 |
}
|
33 |
""",
|
34 |
)
|
|
|
28 |
_js="""
|
29 |
() => {
|
30 |
document.body.classList.toggle('dark');
|
31 |
+
document.querySelector('gradio-app').style.backgroundColor = 'var(--neutral-700)'
|
32 |
}
|
33 |
""",
|
34 |
)
|