CodeSAAT commited on
Commit
af4ec47
·
verified ·
1 Parent(s): ad9a95b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ app.add_middleware(
34
  detector = VocalGuardDetector()
35
 
36
  # Serve frontend static files
37
- frontend_path = os.path.join(os.path.dirname(__file__), "..", "frontend")
38
  app.mount("/static", StaticFiles(directory=frontend_path), name="static")
39
 
40
 
 
34
  detector = VocalGuardDetector()
35
 
36
  # Serve frontend static files
37
+ frontend_path = os.path.join(os.path.dirname(__file__), "..")
38
  app.mount("/static", StaticFiles(directory=frontend_path), name="static")
39
 
40