Spaces:
Build error
Build error
Update app.py
Browse files
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)
|