CosmoAI commited on
Commit
e4c6668
·
verified ·
1 Parent(s): 2cdf215

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -59,6 +59,7 @@ def make_call(data):
59
  "action": "nothing",
60
  "function": "nothing",
61
  }
 
62
  return json.dumps(respo)
63
 
64
 
 
59
  "action": "nothing",
60
  "function": "nothing",
61
  }
62
+ print(translated)
63
  return json.dumps(respo)
64
 
65