rairo commited on
Commit
1a34d0c
·
verified ·
1 Parent(s): a2daec0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def get_data(url):
39
  """
40
 
41
  smart_scraper_graph = SmartScraperGraph(
42
- prompt="List me all grants or funds, the organisations funding them, The value of the grant as an integer, the due date, eligible countries and eligibility criteria for applicants.",
43
  source=url,
44
  config=graph_config
45
  )
 
39
  """
40
 
41
  smart_scraper_graph = SmartScraperGraph(
42
+ prompt="List me all grants or funds,short summary of grant description,the organisations funding them, The value of the grant as an integer, the due date, eligible countries and eligibility criteria for applicants.",
43
  source=url,
44
  config=graph_config
45
  )