KingNish commited on
Commit
42eff79
·
verified ·
1 Parent(s): 97f6077

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -11,7 +11,6 @@ app = FastAPI()
11
 
12
  BASE_URL = "https://oevortex-webscout-api.hf.space"
13
 
14
- app.mount("/static", StaticFiles(directory="static"), name="static")
15
  templates = Jinja2Templates(directory="templates")
16
 
17
  @app.get("/", response_class=HTMLResponse)
 
11
 
12
  BASE_URL = "https://oevortex-webscout-api.hf.space"
13
 
 
14
  templates = Jinja2Templates(directory="templates")
15
 
16
  @app.get("/", response_class=HTMLResponse)