da03 commited on
Commit
dfd272f
·
1 Parent(s): 3f76517
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ def predict_product(num1, num2):
117
  predicted_results_nocot = predicted_results_per_model['no']
118
  predicted_results_explicit_cot = predicted_results_per_model['explicit']
119
 
120
- yield ground_truth_results, predicted_results_implicit, predicted_results_nocot, predicted_results_explicit_cot
121
 
122
  color_map = {"correct": "green", "wrong": "red"}
123
 
 
117
  predicted_results_nocot = predicted_results_per_model['no']
118
  predicted_results_explicit_cot = predicted_results_per_model['explicit']
119
 
120
+ yield ground_truth_results, predicted_results_implicit_cot, predicted_results_nocot, predicted_results_explicit_cot
121
 
122
  color_map = {"correct": "green", "wrong": "red"}
123