Slycat commited on
Commit
47cb02d
1 Parent(s): ea79fac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -37,8 +37,10 @@ def main(question):
37
  0.9,
38
  fn_index=4
39
  )
40
-
41
- output = answer
 
 
42
  return output
43
 
44
 
 
37
  0.9,
38
  fn_index=4
39
  )
40
+ print(answer)
41
+ temp=json.load(open(answer))
42
+ print(temp)
43
+ output = temp
44
  return output
45
 
46