ganna217 commited on
Commit
122ad77
·
1 Parent(s): 6bc6d33
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ app.add_middleware(
16
  allow_headers=["*"],
17
  )
18
 
19
- # Serve static files (like Moon.png) under /assets
20
  app.mount("/assets", StaticFiles(directory="."), name="static")
21
 
22
  # Serve the HTML page at the root
 
16
  allow_headers=["*"],
17
  )
18
 
19
+ # Serve static files (like Moon.PNG) under /assets
20
  app.mount("/assets", StaticFiles(directory="."), name="static")
21
 
22
  # Serve the HTML page at the root