srinuksv commited on
Commit
4dd02a3
1 Parent(s): 1378b3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="D:\SRUNU (1)\content\SRUNU\static"), name="static")
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