ytsX5QNximHZg commited on
Commit
aeb56e0
·
verified ·
1 Parent(s): 422ddb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -41,6 +41,7 @@ def receipt(dish: str, persons: int, agent: CodeAgent) -> str:
41
  A formatted string with the recipe details.
42
  """
43
  websites = find_best_receipt_websites(dish, agent)
 
44
 
45
  for website in websites.split(","):
46
  reasoning_prompt = f"""
 
41
  A formatted string with the recipe details.
42
  """
43
  websites = find_best_receipt_websites(dish, agent)
44
+ print(f"Found websites: {websites}")
45
 
46
  for website in websites.split(","):
47
  reasoning_prompt = f"""