Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
| 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 |
|