Spaces:
Running on Zero
Running on Zero
Upload community_contributions/adeyemi-kayode/data/routes.json with huggingface_hub
Browse files
community_contributions/adeyemi-kayode/data/routes.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{"origin_city": "Lagos", "origin_country": "Nigeria", "destination_city": "Nairobi", "destination_country": "Kenya"},
|
| 3 |
+
{"origin_city": "Lagos", "origin_country": "Nigeria", "destination_city": "Accra", "destination_country": "Ghana"},
|
| 4 |
+
{"origin_city": "Lagos", "origin_country": "Nigeria", "destination_city": "Johannesburg", "destination_country": "South Africa"},
|
| 5 |
+
{"origin_city": "Nairobi", "origin_country": "Kenya", "destination_city": "Dar es Salaam", "destination_country": "Tanzania"},
|
| 6 |
+
{"origin_city": "Cairo", "origin_country": "Egypt", "destination_city": "Lagos", "destination_country": "Nigeria"},
|
| 7 |
+
{"origin_city": "Johannesburg", "origin_country": "South Africa", "destination_city": "Harare", "destination_country": "Zimbabwe"}
|
| 8 |
+
]
|