Skip to content

Commit 785439e

Browse files
committed
updated
1 parent 5913c9d commit 785439e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/hf_demo_space/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
@app.get("/", response_class=HTMLResponse)
1818
async def landing_page(request: Request):
1919
"""Serve the AgentTide landing page"""
20-
demo_base_url = os.getenv("DEMO_BASE_URL", "http://localhost:8000")
20+
demo_base_url = os.getenv("DEMO_BASE_URL", "")
2121
return templates.TemplateResponse(
2222
"landing_page.html",
2323
{"request": request, "DEMO_BASE_URL": demo_base_url}

0 commit comments

Comments
 (0)