Reality123b commited on
Commit
419785c
·
verified ·
1 Parent(s): 8090856

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import json
5
 
6
  # Global variables to track state (use with caution!)
7
  chat_visible_global = False
8
- sidebar_collapsed_global = False
9
 
10
  class XylariaChat:
11
  def __init__(self):
 
5
 
6
  # Global variables to track state (use with caution!)
7
  chat_visible_global = False
8
+ sidebar_collapsed = False
9
 
10
  class XylariaChat:
11
  def __init__(self):