Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ from concurrent.futures import ThreadPoolExecutor
|
|
25 |
from hdbscan import HDBSCAN
|
26 |
import websockets
|
27 |
from websockets.exceptions import ConnectionClosed
|
28 |
-
from code_editor import code_editor
|
29 |
|
30 |
# ========== Configuration ==========
|
31 |
WORKSPACE = Path("/tmp/issue_workspace")
|
|
|
25 |
from hdbscan import HDBSCAN
|
26 |
import websockets
|
27 |
from websockets.exceptions import ConnectionClosed
|
28 |
+
from code_editor import code_editor
|
29 |
|
30 |
# ========== Configuration ==========
|
31 |
WORKSPACE = Path("/tmp/issue_workspace")
|