Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -409,7 +409,7 @@ async def playground():
|
|
409 |
return HTMLResponse(content=html_content)
|
410 |
@app.get("/vetra", response_class=HTMLResponse)
|
411 |
async def playground():
|
412 |
-
html_content = read_html_file("
|
413 |
if html_content is None:
|
414 |
return HTMLResponse(content="<h1>image-playground.html not found</h1>", status_code=404)
|
415 |
return HTMLResponse(content=html_content)
|
|
|
409 |
return HTMLResponse(content=html_content)
|
410 |
@app.get("/vetra", response_class=HTMLResponse)
|
411 |
async def playground():
|
412 |
+
html_content = read_html_file("Vetra.html")
|
413 |
if html_content is None:
|
414 |
return HTMLResponse(content="<h1>image-playground.html not found</h1>", status_code=404)
|
415 |
return HTMLResponse(content=html_content)
|