johann22 commited on
Commit
36aba4e
·
1 Parent(s): dab37dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,7 +198,7 @@ def call_set_task(purpose, task, history, directory, action_input):
198
  purpose=purpose,
199
  task=task,
200
  history=history,
201
- ).strip("\n")
202
  history += "observation: task has been updated to: {}\n".format(task)
203
  return "MAIN", None, history, task
204
 
 
198
  purpose=purpose,
199
  task=task,
200
  history=history,
201
+ )
202
  history += "observation: task has been updated to: {}\n".format(task)
203
  return "MAIN", None, history, task
204