ejschwartz commited on
Commit
f900015
·
1 Parent(s): 6ce6744
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -79,6 +79,8 @@ def predict(code):
79
  except Exception:
80
  pass
81
 
 
 
82
  return json_output, output
83
 
84
 
 
79
  except Exception:
80
  pass
81
 
82
+ print(f"JSON output: {repr(json_output)}")
83
+
84
  return json_output, output
85
 
86