Omnibus commited on
Commit
b17ed6b
1 Parent(s): d9cf5d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -236,7 +236,7 @@ def compress_data(c, instruct, history):
236
  direction=instruct,
237
  knowledge="",
238
  history=hist,
239
- )
240
  out.append(resp)
241
  #new_history = resp
242
  print (resp)
 
236
  direction=instruct,
237
  knowledge="",
238
  history=hist,
239
+ ).strip("\n")
240
  out.append(resp)
241
  #new_history = resp
242
  print (resp)