diff --git a/week1/day5.py b/week1/day5.py index ba38638..f627b03 100644 --- a/week1/day5.py +++ b/week1/day5.py @@ -131,4 +131,4 @@ def create_brochure(company_name, url): result = response['message']['content'] print(result) -create_brochure("Anthropic", "https://anthropic.com") \ No newline at end of file +create_brochure("Anthropic", "https://anthropic.com")