Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -789,7 +789,7 @@ with demo:
|
|
| 789 |
dark_mode.change(
|
| 790 |
update_dark_mode,
|
| 791 |
inputs=[dark_mode],
|
| 792 |
-
outputs=[gr.
|
| 793 |
)
|
| 794 |
|
| 795 |
if __name__ == "__main__":
|
|
|
|
| 789 |
dark_mode.change(
|
| 790 |
update_dark_mode,
|
| 791 |
inputs=[dark_mode],
|
| 792 |
+
outputs=[gr.HTMLClasses()]
|
| 793 |
)
|
| 794 |
|
| 795 |
if __name__ == "__main__":
|