Shreyas094
commited on
Commit
•
c0cb1c5
1
Parent(s):
c8a63c6
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__":
|