Shaun

Results 2 comments of Shaun

At https://github.com/sushant10/HQ_Bot/blob/master/answer_bot.py#L64, Replace `sample_questions = json.loads(open("Data/questions.json").read())` with `sample_questions = json.loads(open("Data/questions.json", encoding="utf8").read())` Works for me.