From b69d23d57fcbd4111b4c2018cf161d099340baaa Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 30 Nov 2025 17:48:53 +0100 Subject: [PATCH] auto-git: [change] concept-maker_gui.py --- concept-maker_gui.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/concept-maker_gui.py b/concept-maker_gui.py index d5c6a8a..83ba16f 100644 --- a/concept-maker_gui.py +++ b/concept-maker_gui.py @@ -469,6 +469,8 @@ Original note: {USER_NOTE} """.strip() +IMAGE_PROMPT_PLACEHOLDER = "Generated image prompt will appear here." + class IdeaCategory(str, Enum): APP_OR_TOOL = "APP_OR_TOOL" DASHBOARD_OR_ANALYTICS = "DASHBOARD_OR_ANALYTICS"