change of question bank name to faw.json instead, as per requirements

This commit is contained in:
David Lawler 2022-03-01 09:03:22 +10:00
parent b0505cdd11
commit f5c7bbab00
2 changed files with 1 additions and 1 deletions

View file

@ -12,7 +12,7 @@ import json
#jaccard_similarity(list1, list2)
with open('questionbank.json', 'r') as f:
with open('faq.json', 'r') as f:
questionBank = json.load(f)
# Output: {'name': 'Bob', 'languages': ['English', 'French']}