MBTI_translator / load_data.py
Hong
Upload load_data.py
a12c415
import json
with open("mbti_map.json", "r") as f:
keywords_en = json.load(f)