ankban commited on
Commit
3469f82
·
verified ·
1 Parent(s): 5a196b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -57,12 +57,6 @@ def main_app():
57
  app.add_body_class(f"{new_theme}-mode")
58
  return new_theme
59
 
60
- darkmode_btn.click(
61
- fn=toggle_theme,
62
- inputs=[dark_mode_state],
63
- outputs=[dark_mode_state]
64
- )
65
-
66
  # === Mode Switching Logic ===
67
  def switch_mode(mode):
68
  return (
 
57
  app.add_body_class(f"{new_theme}-mode")
58
  return new_theme
59
 
 
 
 
 
 
 
60
  # === Mode Switching Logic ===
61
  def switch_mode(mode):
62
  return (