Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -82,6 +82,7 @@ def prediction_analyse(prediction_content,questiontype_list):
|
|
82 |
print(f"Warning: Skipping invalid JSON data in line: {prediction}")
|
83 |
continue
|
84 |
question_id = str(prediction["ID"])
|
|
|
85 |
item_gt = id2item[question_id]
|
86 |
rule = item_gt['Rule']
|
87 |
question_type = item_gt["Dimension"]
|
|
|
82 |
print(f"Warning: Skipping invalid JSON data in line: {prediction}")
|
83 |
continue
|
84 |
question_id = str(prediction["ID"])
|
85 |
+
print(question_id)
|
86 |
item_gt = id2item[question_id]
|
87 |
rule = item_gt['Rule']
|
88 |
question_type = item_gt["Dimension"]
|