shenchucheng commited on
Commit
5133301
1 Parent(s): b1bb8f0

update static directory

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -254,8 +254,8 @@ app.add_api_route(
254
 
255
  app.mount(
256
  "/",
257
- StaticFiles(directory="./static/", html=True),
258
- name="static",
259
  )
260
 
261
 
 
254
 
255
  app.mount(
256
  "/",
257
+ StaticFiles(directory="./src/", html=True),
258
+ name="src",
259
  )
260
 
261