Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -162,7 +162,8 @@ def compress_data(c,purpose, task, history, result):
|
|
162 |
)
|
163 |
'''
|
164 |
print ("final" + resp)
|
165 |
-
history =
|
|
|
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 |
|