Spaces:
Sleeping
Sleeping
Rifat Azad commited on
Commit ·
c3ef83f
1
Parent(s): 44f9e3b
fix
Browse files
logger.py
CHANGED
|
@@ -6,6 +6,6 @@ app = FastAPI()
|
|
| 6 |
@app.get("/")
|
| 7 |
async def read_root():
|
| 8 |
# Assuming your PNG file is named "image.png" and is in the same directory as your script
|
| 9 |
-
file_path = "
|
| 10 |
# Serve the image using FileResponse
|
| 11 |
return FileResponse(file_path, media_type="image/png")
|
|
|
|
| 6 |
@app.get("/")
|
| 7 |
async def read_root():
|
| 8 |
# Assuming your PNG file is named "image.png" and is in the same directory as your script
|
| 9 |
+
file_path = "pydvpl_banner.png"
|
| 10 |
# Serve the image using FileResponse
|
| 11 |
return FileResponse(file_path, media_type="image/png")
|