Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
#
|
| 2 |
|
| 3 |
from fastapi import FastAPI, WebSocket
|
| 4 |
from fastapi.responses import HTMLResponse, StreamingResponse
|
|
|
|
| 1 |
+
# Code , complete app.py with full code for /stream, /dashboard, CSV download, and WebSocket handling.
|
| 2 |
|
| 3 |
from fastapi import FastAPI, WebSocket
|
| 4 |
from fastapi.responses import HTMLResponse, StreamingResponse
|