Spaces:
Sleeping
Sleeping
File size: 82 Bytes
a12c415 |
1 2 3 4 5 |
import json
with open("mbti_map.json", "r") as f:
keywords_en = json.load(f)
|