mgbam commited on
Commit
7c59e8b
·
verified ·
1 Parent(s): c1c0c08

Update app/main.py

Browse files
Files changed (1) hide show
  1. 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")