Skip to content

Commit 4ed0fb8

Browse files
committed
feat: update info
1 parent e7d39a5 commit 4ed0fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraphai/graphs/script_creator_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ def run(self) -> str:
110110
inputs = {"user_prompt": self.prompt, self.input_key: self.source}
111111
self.final_state, self.execution_info = self.graph.execute(inputs)
112112

113-
return self.final_state.get("answer", "No answer found.")
113+
return self.final_state.get("answer", "No answer found ")

0 commit comments

Comments
 (0)