nadim71 commited on
Commit
fc10230
·
verified ·
1 Parent(s): 888e19d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -168,7 +168,7 @@ def autonomous_agent(goal: str, max_steps=15):
168
  # -----------------------------
169
  if __name__ == "__main__":
170
  while True:
171
- goal = input("\nEnter goal (or 'exit'): ")
172
  if goal == "exit":
173
  break
174
 
 
168
  # -----------------------------
169
  if __name__ == "__main__":
170
  while True:
171
+ goal = input(" ")
172
  if goal == "exit":
173
  break
174