shenchucheng
commited on
Commit
•
5133301
1
Parent(s):
b1bb8f0
update static directory
Browse files
app.py
CHANGED
@@ -254,8 +254,8 @@ app.add_api_route(
|
|
254 |
|
255 |
app.mount(
|
256 |
"/",
|
257 |
-
StaticFiles(directory="./
|
258 |
-
name="
|
259 |
)
|
260 |
|
261 |
|
|
|
254 |
|
255 |
app.mount(
|
256 |
"/",
|
257 |
+
StaticFiles(directory="./src/", html=True),
|
258 |
+
name="src",
|
259 |
)
|
260 |
|
261 |
|