change of question bank name to faw.json instead, as per requirements
This commit is contained in:
parent
b0505cdd11
commit
f5c7bbab00
2 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -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']}
|
||||
|
|
|
|||
Loading…
Reference in a new issue