We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef0399 commit 246b860Copy full SHA for 246b860
kaggle_environments/envs/llm_20_questions/llm_20_questions.py
@@ -49,7 +49,7 @@ def weighted_random_category(keywords_list):
49
alts = keyword_obj["alts"]
50
51
try:
52
- with open("/data.json") as f:
+ with open("/kaggle_simulations/data.json") as f:
53
json_content = f.read()
54
d_keywords_list = json.loads(json_content)
55
d_keyword_cat = weighted_random_category(d_keywords_list)
0 commit comments