yetessam commited on
Commit
c2d9c7e
·
verified ·
1 Parent(s): 60e38c9

Update ui/statusui.py

Browse files
Files changed (1) hide show
  1. 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