Spaces:
Sleeping
Sleeping
Update app_logic.py
Browse files- app_logic.py +2 -3
app_logic.py
CHANGED
@@ -8,8 +8,7 @@ def run_my_application():
|
|
8 |
Fetch and process a remote JSON file.
|
9 |
Replace this with your real application logic.
|
10 |
"""
|
11 |
-
json_file_path = ["https://arinsight.co/skills/
|
12 |
-
"https://arinsight.co/skills/Customer_Service_skills.json", "https://arinsight.co/skills/Computer_Programming_skills.json",
|
13 |
"https://arinsight.co/skills/Data_Science_skills.json", "https://arinsight.co/skills/Communications_skills.json",
|
14 |
"https://arinsight.co/skills/Cleaning_and_Facilities_skills.json",
|
15 |
"https://arinsight.co/skills/Caregiving_skills.json","https://arinsight.co/skills/Business_Development_and_Sales_skills.json",
|
@@ -72,7 +71,7 @@ def run_my_application():
|
|
72 |
tertiary_relationship = Relationship(secondary_node, "HAS_TERTIARY", tertiary_node)
|
73 |
graph.merge(tertiary_relationship)
|
74 |
|
75 |
-
|
76 |
|
77 |
|
78 |
# for file_url in json_file_paths:
|
|
|
8 |
Fetch and process a remote JSON file.
|
9 |
Replace this with your real application logic.
|
10 |
"""
|
11 |
+
json_file_path = ["https://arinsight.co/skills/Customer_Service_skills.json", "https://arinsight.co/skills/Computer_Programming_skills.json",
|
|
|
12 |
"https://arinsight.co/skills/Data_Science_skills.json", "https://arinsight.co/skills/Communications_skills.json",
|
13 |
"https://arinsight.co/skills/Cleaning_and_Facilities_skills.json",
|
14 |
"https://arinsight.co/skills/Caregiving_skills.json","https://arinsight.co/skills/Business_Development_and_Sales_skills.json",
|
|
|
71 |
tertiary_relationship = Relationship(secondary_node, "HAS_TERTIARY", tertiary_node)
|
72 |
graph.merge(tertiary_relationship)
|
73 |
|
74 |
+
return "Graph database has been populated."
|
75 |
|
76 |
|
77 |
# for file_url in json_file_paths:
|