Spaces:
Running
Running
Update app/main.py
Browse files- app/main.py +1 -1
app/main.py
CHANGED
@@ -93,4 +93,4 @@ async def signal_stream():
|
|
93 |
|
94 |
return StreamingResponse(event_generator(), media_type="text/plain")
|
95 |
|
96 |
-
app.mount("/", StaticFiles(directory="static", html=True), name="static")
|
|
|
93 |
|
94 |
return StreamingResponse(event_generator(), media_type="text/plain")
|
95 |
|
96 |
+
app.mount("/", StaticFiles(directory="static", html=True), name="static")
|