Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ async def favicon():
|
|
47 |
return HTMLResponse("") # or serve a real favicon if you have one
|
48 |
|
49 |
|
50 |
-
app.mount("/static", StaticFiles(directory="
|
51 |
|
52 |
templates = Jinja2Templates(directory="static")
|
53 |
# Configure Llama index settings
|
|
|
47 |
return HTMLResponse("") # or serve a real favicon if you have one
|
48 |
|
49 |
|
50 |
+
app.mount("/static", StaticFiles(directory="static"), name="static")
|
51 |
|
52 |
templates = Jinja2Templates(directory="static")
|
53 |
# Configure Llama index settings
|