Spaces:
Runtime error
Runtime error
Hong commited on
Commit ·
a12c415
1
Parent(s): 7e9a171
Upload load_data.py
Browse files- load_data.py +4 -0
load_data.py
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import json
|
| 2 |
+
|
| 3 |
+
with open("mbti_map.json", "r") as f:
|
| 4 |
+
keywords_en = json.load(f)
|