Skip to content
Open
2 changes: 1 addition & 1 deletion apps/opik-frontend/src/constants/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
ROW_HEIGHT,
} from "@/types/shared";

export const DEMO_PROJECT_NAME = "Demo Project";
export const DEMO_PROJECT_NAME = "Opik Demo Agent Observability";
export const PLAYGROUND_PROJECT_NAME = "playground";
export const USER_FEEDBACK_NAME = "User feedback";
export const PIP_INSTALL_OPIK_COMMAND = "pip install opik";
Expand Down
Loading
Loading