From 2f4f7e46372382773a4130e0896ddb4aeb11230f Mon Sep 17 00:00:00 2001 From: thejesh Date: Mon, 13 Jul 2026 10:32:24 -0700 Subject: [PATCH] Fix typo "scrae" -> "scrape" in web scraping agent prompt The Streamlit text_input label in ai_scrapper.py had "scrae" (missing 'p') instead of "scrape". User-facing typo. --- starter_ai_agents/web_scraping_ai_agent/ai_scrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starter_ai_agents/web_scraping_ai_agent/ai_scrapper.py b/starter_ai_agents/web_scraping_ai_agent/ai_scrapper.py index 1de72b39..5ddd8994 100644 --- a/starter_ai_agents/web_scraping_ai_agent/ai_scrapper.py +++ b/starter_ai_agents/web_scraping_ai_agent/ai_scrapper.py @@ -24,7 +24,7 @@ if openai_access_token: # Get the URL of the website to scrape url = st.text_input("Enter the URL of the website you want to scrape") # Get the user prompt - user_prompt = st.text_input("What you want the AI agent to scrae from the website?") + user_prompt = st.text_input("What you want the AI agent to scrape from the website?") # Create a SmartScraperGraph object smart_scraper_graph = SmartScraperGraph(