更新README.md,添加ScrapeGraphLib示例链接
This commit is contained in:
@ -43,6 +43,10 @@ with open('source/satnogs.html', 'r', encoding='utf-8') as file:
|
||||
source = file.read()
|
||||
|
||||
|
||||
# ************************************************
|
||||
# Create the SmartScraperGraph instance and run it
|
||||
# ************************************************
|
||||
|
||||
smart_scraper_graph = SmartScraperGraph(
|
||||
prompt=prompt,
|
||||
source=source,
|
||||
|
Reference in New Issue
Block a user