Spaces:
Runtime error
Runtime error
Update ui/statusui.py
Browse files- ui/statusui.py +1 -0
ui/statusui.py
CHANGED
@@ -7,6 +7,7 @@ class StatusUI:
|
|
7 |
and `shutdown()` to close out the session.
|
8 |
"""
|
9 |
|
|
|
10 |
def __init__(self, title="🖥️ Status Monitor"):
|
11 |
self._log = ""
|
12 |
self._is_shutdown = False
|
|
|
7 |
and `shutdown()` to close out the session.
|
8 |
"""
|
9 |
|
10 |
+
|
11 |
def __init__(self, title="🖥️ Status Monitor"):
|
12 |
self._log = ""
|
13 |
self._is_shutdown = False
|