Skip to content

Commit

Permalink
minor improvement to browser agent
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Sep 10, 2024
1 parent 7d5ef46 commit 64cb73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/browser/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def take_screenshot():
driver.get(site)

for i in range(1, 5):
code = ""
code = "# No code generated"
try:
code = site_use(prompt, driver.current_url)
exec(code)
Expand Down

0 comments on commit 64cb73f

Please sign in to comment.