Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1262,7 +1262,7 @@ async def handler(websocket):
|
|
1262 |
|
1263 |
"""
|
1264 |
# Receive and parse the "init" event from the UI.
|
1265 |
-
|
1266 |
message_parts = {}
|
1267 |
async for message in websocket:
|
1268 |
data = json.loads(message)
|
|
|
1262 |
|
1263 |
"""
|
1264 |
# Receive and parse the "init" event from the UI.
|
1265 |
+
|
1266 |
message_parts = {}
|
1267 |
async for message in websocket:
|
1268 |
data = json.loads(message)
|