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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -166,15 +166,7 @@ def autonomous_agent(goal: str, max_steps=15):
166
  # -----------------------------
167
  # Run
168
  # -----------------------------
169
- if __name__ == "__main__":
170
- while True:
171
- goal = input(" ")
172
- if goal == "exit":
173
- break
174
-
175
- result = autonomous_agent(goal)
176
- print(f"\n🤖 Final Output:\n{result}\n")
177
-
178
 
179
 
180
  def run_and_submit_all( profile: gr.OAuthProfile | None):
 
166
  # -----------------------------
167
  # Run
168
  # -----------------------------
169
+
 
 
 
 
 
 
 
 
170
 
171
 
172
  def run_and_submit_all( profile: gr.OAuthProfile | None):