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