Omnibus commited on
Commit
33db0f5
·
1 Parent(s): 3028dd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -178,8 +178,9 @@ def summarize(inp,history,file=None):
178
  print (rawp)
179
  print (f'out:: {out}')
180
  #history += "observation: the search results are:\n {}\n".format(out)
181
- task = "complete?"
182
- return "", [(inp,rawp)]
 
183
  #################################
184
 
185
  '''
 
178
  print (rawp)
179
  print (f'out:: {out}')
180
  #history += "observation: the search results are:\n {}\n".format(out)
181
+ #task = "complete?"
182
+ history.append(("",rawp))
183
+ return "", history
184
  #################################
185
 
186
  '''