nevreal commited on
Commit
6887550
·
verified ·
1 Parent(s): ad91cdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from gradio.themes.utils.theme_dropdown import create_theme_dropdown
5
 
6
  dropdown, js = create_theme_dropdown()
7
 
8
- with gr.Blocks(theme='nevreal/orange') as demo:
9
  with gr.Row(equal_height=True):
10
  with gr.Column(scale=10):
11
  gr.Markdown(
 
5
 
6
  dropdown, js = create_theme_dropdown()
7
 
8
+ with gr.Blocks(theme='nevreal/orange', js="() => {document.body.classList.toggle('dark');}") as demo:
9
  with gr.Row(equal_height=True):
10
  with gr.Column(scale=10):
11
  gr.Markdown(