Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|