tommy24 commited on
Commit
3de8cb1
·
1 Parent(s): 94c23b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -206,6 +206,7 @@ def function(Textbox, Textbox2, Textbox3, Dropdown):
206
  })
207
 
208
  reply = json.loads(response.content)
 
209
  reply = reply["choices"][0]["message"]
210
  return reply
211
 
 
206
  })
207
 
208
  reply = json.loads(response.content)
209
+ print(reply)
210
  reply = reply["choices"][0]["message"]
211
  return reply
212