Omnibus commited on
Commit
7b93d94
·
verified ·
1 Parent(s): 6966243

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -188,7 +188,7 @@ def compress_data(c,purpose, task, history, result):
188
  task=task,
189
  knowledge=new_history,
190
  history=hist,
191
- )
192
  new_history = resp
193
  print (resp)
194
  out+=resp
 
188
  task=task,
189
  knowledge=new_history,
190
  history=hist,
191
+ ).strip('\n')
192
  new_history = resp
193
  print (resp)
194
  out+=resp