Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|