ginnyxxxxxxx commited on
Commit
8e917a1
·
1 Parent(s): ce58f57
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1039,4 +1039,4 @@ with gr.Blocks(title="HiCoTraj Demo") as app:
1039
  outputs=[raw_out, show_all_btn]
1040
  )
1041
 
1042
- app.launch(show_error=True, theme=gr.themes.Soft(), share=True)
 
1039
  outputs=[raw_out, show_all_btn]
1040
  )
1041
 
1042
+ app.launch(show_error=True, theme=gr.themes.Soft(), share=True, js="() => { document.body.classList.remove('dark'); }")