Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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):
|