Spaces:
Running
Running
Commit ·
8e917a1
1
Parent(s): ce58f57
dark
Browse files
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'); }")
|