mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-08-28 19:11:53 +08:00
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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user