Ryouko commited on
Commit
cba0db4
1 Parent(s): 75a3b3e

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='Ryouko-Yamanda65777/ryo') 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='Ryouko-Yamanda65777/ryo', js="() => {document.body.classList.toggle('dark');}") as demo:
9
  with gr.Row(equal_height=True):
10
  with gr.Column(scale=10):
11
  gr.Markdown(