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.
This commit is contained in:
thejesh
2026-07-13 10:32:24 -07:00
parent 426cfa66b5
commit 2f4f7e4637
@@ -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(