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