diff --git a/src/frontend/src/constants.tsx b/src/frontend/src/constants.tsx index 19a417cc0..a31074a16 100644 --- a/src/frontend/src/constants.tsx +++ b/src/frontend/src/constants.tsx @@ -166,7 +166,7 @@ TWEAKS = ${ } flow = load_flow_from_json("${flowName}.json", tweaks=TWEAKS) # Now you can use it like any chain -flow("Hey, have you heard of Langflow?")`; +flow(${inputs})`; }; function buildTweakObject(tweak) {