kaikaidai commited on
Commit
6f46699
·
verified ·
1 Parent(s): e916a63

Import parse model response

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import random
6
  from collections import defaultdict
7
  import pandas as pd
8
  import os
9
- from gen_api_answer import get_model_response
10
  from common import *
11
 
12
  # Model and ELO score data
 
6
  from collections import defaultdict
7
  import pandas as pd
8
  import os
9
+ from gen_api_answer import get_model_response, parse_model_response
10
  from common import *
11
 
12
  # Model and ELO score data