hamza82 commited on
Commit
c3d83f2
·
1 Parent(s): a891ed1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ settings = {
127
 
128
  # Assuming your static files are in a directory named 'static'.
129
  app.mount("/static", StaticFiles(directory="static"), name="static")
130
-
131
  @app.get("/")
132
  def read_root():
133
  # Serve your static HTML file at the root.
 
127
 
128
  # Assuming your static files are in a directory named 'static'.
129
  app.mount("/static", StaticFiles(directory="static"), name="static")
130
+ app.mount("/assets", StaticFiles(directory="static/assets"), name="assets")
131
  @app.get("/")
132
  def read_root():
133
  # Serve your static HTML file at the root.