Spaces:
Sleeping
Sleeping
Update
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ app.add_middleware(
|
|
| 16 |
allow_headers=["*"],
|
| 17 |
)
|
| 18 |
|
| 19 |
-
# Serve static files (like Moon.
|
| 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
|