Spaces:
Runtime error
Runtime error
Remove refresh
Browse files- ui/statusui.py +0 -6
ui/statusui.py
CHANGED
@@ -26,12 +26,6 @@ class StatusUI:
|
|
26 |
outputs=[self._log_output, self._state]
|
27 |
)
|
28 |
|
29 |
-
# Auto-update every second
|
30 |
-
self._ui.load(
|
31 |
-
self._stream_logs,
|
32 |
-
outputs=self._log_output,
|
33 |
-
every=1
|
34 |
-
)
|
35 |
|
36 |
def append(self, message: str):
|
37 |
|
|
|
26 |
outputs=[self._log_output, self._state]
|
27 |
)
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
def append(self, message: str):
|
31 |
|