Omnibus commited on
Commit
5cc41a3
·
verified ·
1 Parent(s): e9bcb82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -162,7 +162,8 @@ def compress_data(c,purpose, task, history, result):
162
  )
163
  '''
164
  print ("final" + resp)
165
- history = "result: {}\n".format(resp)
 
166
  return history
167
 
168
 
 
162
  )
163
  '''
164
  print ("final" + resp)
165
+ history = resp
166
+ #history = "result: {}\n".format(resp)
167
  return history
168
 
169