Omnibus commited on
Commit
ec90841
1 Parent(s): 9a97394

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -268,7 +268,7 @@ def find_all(purpose,task,history, url, result):
268
  return "MAIN", None, history, task, result
269
  else:
270
  history += f"observation: That URL string returned an error: {source.status_code}, I should try a different URL string\n"
271
- result="Still Working..."
272
  return "MAIN", None, history, task, result
273
 
274
  else:
 
268
  return "MAIN", None, history, task, result
269
  else:
270
  history += f"observation: That URL string returned an error: {source.status_code}, I should try a different URL string\n"
271
+ #result="Still Working..."
272
  return "MAIN", None, history, task, result
273
 
274
  else: