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