Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -184,7 +184,8 @@ def summarize(inp,history,data=None,file=None):
|
|
| 184 |
#print (f'out:: {out}')
|
| 185 |
#history += "observation: the search results are:\n {}\n".format(out)
|
| 186 |
#task = "complete?"
|
| 187 |
-
history.
|
|
|
|
| 188 |
yield "", history
|
| 189 |
#################################
|
| 190 |
|
|
|
|
| 184 |
#print (f'out:: {out}')
|
| 185 |
#history += "observation: the search results are:\n {}\n".format(out)
|
| 186 |
#task = "complete?"
|
| 187 |
+
history.clear()
|
| 188 |
+
history.append((inp,rawp))
|
| 189 |
yield "", history
|
| 190 |
#################################
|
| 191 |
|