johann22 commited on
Commit
9ce7cdf
·
verified ·
1 Parent(s): 88b3a3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -226,7 +226,7 @@ def compress_data_og(c, instruct, history, seed):
226
 
227
  print ("final" + resp)
228
  #history = "observation: {}\n".format(resp)
229
- return resp
230
 
231
 
232
 
 
226
 
227
  print ("final" + resp)
228
  #history = "observation: {}\n".format(resp)
229
+ return out
230
 
231
 
232